Changeset 2201 in MondoRescue
- Timestamp:
- May 13, 2009, 2:03:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2200 r2201 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.