Changeset 1153 in MondoRescue
- Timestamp:
- Feb 12, 2007, 11:53:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-files.c
r1150 r1153 1259 1259 return (FALSE); 1260 1260 } 1261 strcpy(do_not_compress_these,last_line_of_file(tmp)); 1261 1262 mr_free(tmp); 1262 1263 1263 strcpy(do_not_compress_these,last_line_of_file(tmp));1264 1264 for (p = do_not_compress_these; p != NULL; p++) { 1265 1265 mr_asprintf(&tmp, p);
Note:
See TracChangeset
for help on using the changeset viewer.