Changeset 863 in MondoRescue for trunk/mondo/src/common/libmondo-filelist.c


Ignore:
Timestamp:
Oct 2, 2006, 12:26:44 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r838:862 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-filelist.c

    r848 r863  
    457457        }
    458458        log_msg(8, "Analyzing %s", file_to_analyze);
    459         asprintf(&tmp, "%s 2>> /dev/null", syscall_sprintf);
    460         asprintf(&syscall, tmp, file_to_analyze);
    461         paranoid_free(tmp);
     459        /* BERLIOS : to be checked */
     460        asprintf(&syscall, "%s %s 2>> /dev/null", syscall_sprintf,mr_stresc(file_to_analyze, "`$\\\"", '\\'));
    462461        call_exe_and_pipe_output_to_fd(syscall, pout);
    463462        paranoid_free(syscall);
Note: See TracChangeset for help on using the changeset viewer.