Changeset 2200 in MondoRescue
- Timestamp:
- May 12, 2009, 11:18:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2198 r2200 483 483 } 484 484 log_msg(8, "Analyzing %s", file_to_analyze); 485 tmp = mr_stresc(file_to_analyze, "`$\\\" ", '\\');485 tmp = mr_stresc(file_to_analyze, "`$\\\"()", '\\'); 486 486 asprintf(&strtmp, syscall_sprintf, tmp); 487 487 paranoid_free(tmp); … … 1378 1378 time_t this_time; 1379 1379 1380 dir = mr_stresc(dir1, "`$\\\" ", '\\');1380 dir = mr_stresc(dir1, "`$\\\"()", '\\'); 1381 1381 p = strrchr(dir, '/'); 1382 1382 if (p) {
Note:
See TracChangeset
for help on using the changeset viewer.