Changeset 843 in MondoRescue
- Timestamp:
- Sep 26, 2006, 3:10:17 PM (18 years ago)
- Location:
- branches/stable/mondo/mondo/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/common/libmondo-filelist.c
r831 r843 592 592 } 593 593 log_msg(8, "Analyzing %s", file_to_analyze); 594 sprintf(syscall, syscall_sprintf, file_to_analyze);594 sprintf(syscall, syscall_sprintf, mr_stresc(file_to_analyze, "`$\\\"", '\\')); 595 595 strcat(syscall, " 2>> /dev/null"); // " MONDO_LOGFILE); 596 596 call_exe_and_pipe_output_to_fd(syscall, pout); -
branches/stable/mondo/mondo/common/mr_string.c
r831 r843 67 67 // Found it, skip the rest. 68 68 cnt++; 69 inptr++; 69 70 break; 70 71 }
Note:
See TracChangeset
for help on using the changeset viewer.