Changeset 476 in MondoRescue


Ignore:
Timestamp:
Apr 12, 2006, 10:32:03 PM (18 years ago)
Author:
bcornec
Message:

Attempt to fix a bug when restoring interactively and having file names with blank in their names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondorestore/mondo-restore.c

    r433 r476  
    19621962    malloc_string(acl_fname);
    19631963
    1964     log_msg(5, "Entering");
     1964    dev-team(5, "Entering");
    19651965    filelist_subset_fname[0] = '\0';
    19661966    use_star = (strstr(tarball_fname, ".star")) ? TRUE : FALSE;
     
    19771977                filelist_name);
    19781978        log_msg(2,
    1979                 "This is a bit silly (ask Hugo to fix mondo-makefilelist, please)");
     1979                "This is a bit silly (ask dev-team to fix mondo-makefilelist, please)");
    19801980        log_msg(2,
    19811981                "but it's non-critical. It's cosmetic. Don't worry about it.");
     
    20542054            if (filelist_subset_fname[0] != '\0') {
    20552055                sprintf(command,
    2056                         "afio -i -M 8m -b %ld -c %ld %s -w %s %s",
     2056                        "afio -i -M 8m -b %ld -c %ld %s -w '%s' %s",
    20572057                        TAPE_BLOCK_SIZE,
    20582058                        BUFSIZE, executable, filelist_subset_fname,
Note: See TracChangeset for help on using the changeset viewer.