Changeset 560 in MondoRescue
- Timestamp:
- May 20, 2006, 5:15:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/common/libmondo-raid.c
r559 r560 1042 1042 pos = string; 1043 1043 while (*pos == ' ') *pos++; 1044 memmove(string, pos, strlen(string)); 1044 asprintf(&string, pos); 1045 // 1045 1046 // if we have newline after only spaces, this is a blank line, update 1046 1047 // counters, otherwise do normal parsing
Note:
See TracChangeset
for help on using the changeset viewer.