Changeset 1505 in MondoRescue
- Timestamp:
- Jun 15, 2007, 11:14:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mondo/src/common/libmondo-files.c
r1236 r1505 1346 1346 long long scratchLL; 1347 1347 1348 if (bkpinfo->media_size[1] <= 0 || bkpinfo->backup_media_type == nfs) {1348 if (bkpinfo->media_size[1] <= 0) { 1349 1349 log_to_screen("Number of media required: UNKNOWN"); 1350 1350 return;
Note:
See TracChangeset
for help on using the changeset viewer.