- Timestamp:
- Aug 6, 2010, 3:46:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2664 r2676 472 472 } 473 473 log_msg(8, "Analyzing %s", file_to_analyze); 474 tmp = mr_stresc(file_to_analyze, " `$\\\"(){}[]'*?&|!#~", '\\');474 tmp = mr_stresc(file_to_analyze, " `$\\\"(){}[]'*?&|!#~", '\\'); 475 475 mr_asprintf(&strtmp, syscall_sprintf, tmp); 476 476 paranoid_free(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.