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-mountlist.c

    r3279 r3308  
    305305                }
    306306                /* is format sensible? */
    307                 if (!is_this_a_valid_disk_format
    308                     (mountlist->el[pos].format)) {
     307                if (!is_this_a_valid_disk_format(mountlist->el[pos].format)) {
    309308                    mr_asprintf(tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format);
    310309                    log_it(tmp);
Note: See TracChangeset for help on using the changeset viewer.