Changeset 1900 in MondoRescue for branches/2.2.6/mondo
- Timestamp:
- Apr 4, 2008, 2:39:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/common/libmondo-archive.c
r1889 r1900 3236 3236 3237 3237 (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout); 3238 paranoid_fclose(fout); 3238 if (fout) { 3239 paranoid_fclose(fout); 3240 } 3239 3241 length = totallength / optimal_set_size / 1024; 3240 3242 log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
Note:
See TracChangeset
for help on using the changeset viewer.