- Timestamp:
- Jul 3, 2014, 9:13:27 PM (11 years ago)
- Location:
- branches/3.2/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-devices.c
r3292 r3308 1040 1040 mr_asprintf(good_formats, " %s",p); 1041 1041 (void)pclose(pin); 1042 mr_strip_spaces(good_formats);1043 1042 mr_strcat(good_formats, " swap lvm raid ntfs-3g ntfs 7 "); // " ntfs 7 " -- um, cheating much? :) 1044 1043 if (strstr(good_formats, format_sz)) { -
branches/3.2/mondo/src/common/libmondo-mountlist.c
r3279 r3308 305 305 } 306 306 /* 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)) { 309 308 mr_asprintf(tmp, " %s has unsupported format %s.", device, mountlist->el[pos].format); 310 309 log_it(tmp);
Note:
See TracChangeset
for help on using the changeset viewer.