Changeset 2177 in MondoRescue for branches/2.2.9/mondo/src/common
- Timestamp:
- Apr 25, 2009, 2:36:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-devices.c
r2131 r2177 1068 1068 } else { 1069 1069 strcpy(good_formats, " "); 1070 (void) fgets(good_formats + 1, MAX_STR_LEN , pin);1070 (void) fgets(good_formats + 1, MAX_STR_LEN - 1, pin); 1071 1071 if (pclose(pin)) { 1072 1072 log_OS_error("Cannot pclose good formats");
Note:
See TracChangeset
for help on using the changeset viewer.