Changeset 1874 in MondoRescue
- Timestamp:
- Jan 22, 2008, 12:32:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/mondorestore/mondo-restore.c
r1872 r1874 2025 2025 { 2026 2026 int retval = 0; 2027 int res;2028 2027 long noof_biggiefiles, bigfileno = 0, total_slices; 2029 2028 /** malloc **/ … … 2072 2071 "Please wait. This may take some time.", 2073 2072 "", total_slices); 2074 for (bigfileno = 0 , bigfileno < noof_biggiefiles;) {2073 for (bigfileno = 0 ; bigfileno < noof_biggiefiles ;) { 2075 2074 log_msg(2, "Thinking about restoring bigfile %ld", bigfileno + 1); 2076 2075 if (!does_file_exist(slice_fname(bigfileno, 0, ARCHIVES_PATH, ""))) {
Note:
See TracChangeset
for help on using the changeset viewer.