- Timestamp:
- Dec 8, 2005, 1:22:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/mondo/common/libmondo-archive.c
r145 r168 3102 3102 "Not calculating checksum for %s: it would take too long", 3103 3103 biggie_filename); 3104 totallength = get_phys_size_of_drive(biggie_filename)*1024*1024LL; 3104 3105 } else { 3105 3106 file_to_openin = biggie_filename; … … 3113 3114 (void) getline(&checksum_line, &n, fin); 3114 3115 pclose(fin); 3116 totallength = length_of_file (biggie_filename); 3115 3117 } 3116 3118 lstat(biggie_filename, &biggiestruct.properties); … … 3132 3134 (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout); 3133 3135 paranoid_fclose(fout); 3134 totallength = length_of_file(biggie_filename);3135 3136 length = totallength / optimal_set_size / 1024; 3136 3137 log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
Note:
See TracChangeset
for help on using the changeset viewer.