Changeset 1508 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Jun 20, 2007, 1:25:01 AM (18 years ago)
- Location:
- branches/stable/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-devices.c
r1489 r1508 1797 1797 if (!popup_and_get_string 1798 1798 ("Storage dir.", 1799 "Please enter the full path that containsyour ISO images. Example: /mnt/raid0_0",1799 "Please enter the full path name to the directory for your ISO images. Example: /mnt/raid0_0", 1800 1800 bkpinfo->isodir, MAX_STR_LEN / 4)) { 1801 1801 log_to_screen("User has chosen not to backup the PC"); -
branches/stable/mondo/src/common/libmondo-files.c
r1365 r1508 1163 1163 long long scratchLL; 1164 1164 1165 if (bkpinfo->media_size <= 0L || bkpinfo->backup_media_type == nfs) {1165 if (bkpinfo->media_size <= 0L) { 1166 1166 log_to_screen("Number of media required: UNKNOWN"); 1167 1167 return;
Note:
See TracChangeset
for help on using the changeset viewer.