Ignore:
Timestamp:
May 16, 2007, 1:30:46 AM (17 years ago)
Author:
Bruno Cornec
Message:

Unallocated space is not an error, just a warning (res should not be incremented)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mondo/src/common/libmondo-mountlist.c

    r1367 r1439  
    371371        log_it(tmp);
    372372        strcat(flaws_str, tmp);
    373         /* BERLIOS: Flawed since rev 1 !! */
    374         res++;
    375373    }
    376374    if (res) {
     
    521519        log_it(tmp);
    522520        strcat(flaws_str, tmp);
    523         /* BERLIOS: Flawed since rev 1 !! */
    524         res++;
    525521    }
    526522
Note: See TracChangeset for help on using the changeset viewer.