Changeset 1440 in MondoRescue


Ignore:
Timestamp:
May 16, 2007, 3:40:59 PM (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/stable/mondo/src/common/libmondo-mountlist.c

    r1368 r1440  
    353353        strcat(flaws_str, tmp);
    354354        mr_free(tmp);
    355         /* BERLIOS: Flawed since rev 1 !! */
    356         res++;
    357355    }
    358356    if (res) {
     
    513511        strcat(flaws_str, tmp);
    514512        mr_free(tmp);
    515         /* BERLIOS: Flawed since rev 1 !! - Is it sure ?? */
    516         res++;
    517513    }
    518514
Note: See TracChangeset for help on using the changeset viewer.