Changeset 1847 in MondoRescue
- Timestamp:
- Jan 4, 2008, 3:37:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/common/libmondo-devices.c
r1819 r1847 2164 2164 call_program_and_get_last_line_of_output(command)); 2165 2165 2166 sprintf(comment, 2166 if (!bkpinfo->restore_data) { 2167 sprintf(comment, 2167 2168 "How much data (in Megabytes) will each media store?"); 2168 if (!popup_and_get_string("Size", comment, sz_size, 5)) { 2169 log_to_screen("User has chosen not to backup the PC"); 2170 finish(1); 2169 if (!popup_and_get_string("Size", comment, sz_size, 5)) { 2170 log_to_screen("User has chosen not to backup the PC"); 2171 finish(1); 2172 } 2173 } else { 2174 sz_size = 0; 2171 2175 } 2172 2176 for (i = 0; i <= MAX_NOOF_MEDIA; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.