Ignore:
Timestamp:
Jul 3, 2014, 9:13:27 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Do not remove spaces in analyze of good format as that create a failure if only one format is returned.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3292 r3308  
    10401040        mr_asprintf(good_formats, " %s",p);
    10411041        (void)pclose(pin);
    1042         mr_strip_spaces(good_formats);
    10431042        mr_strcat(good_formats, " swap lvm raid ntfs-3g ntfs 7 ");  // " ntfs 7 " -- um, cheating much? :)
    10441043        if (strstr(good_formats, format_sz)) {
Note: See TracChangeset for help on using the changeset viewer.