Ignore:
Timestamp:
Dec 7, 2006, 2:01:34 AM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to solve #113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-files.c

    r888 r998  
    13581358    if (bkpinfo->use_lzo) {
    13591359        scratchLL = (scratchLL * 2) / 3;
     1360    else if (bkpinfo->use_gzip) {
     1361        scratchLL = (scratchLL * 2) / 3;
    13601362    } else {
    13611363        scratchLL = scratchLL / 2;
Note: See TracChangeset for help on using the changeset viewer.