Changeset 1002 in MondoRescue for branches/stable/mondo/src
- Timestamp:
- Dec 11, 2006, 1:34:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-files.c
r998 r1002 1358 1358 if (bkpinfo->use_lzo) { 1359 1359 scratchLL = (scratchLL * 2) / 3; 1360 else if (bkpinfo->use_gzip) {1360 } else if (bkpinfo->use_gzip) { 1361 1361 scratchLL = (scratchLL * 2) / 3; 1362 1362 } else {
Note:
See TracChangeset
for help on using the changeset viewer.