Changeset 1205 in MondoRescue
- Timestamp:
- Feb 26, 2007, 5:07:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/lib/mr_str.c
r1178 r1205 138 138 in_out[j] = in_out[i]; 139 139 } 140 /* Erase the end of the string */ 141 j++; 142 in_out[j] = '\0'; 143 140 144 /* Skip final spaces and special chars */ 141 145 for (i = (int)strlen(in_out) - 1; in_out[i] <= ' ' && i >= 0 ; i--);
Note:
See TracChangeset
for help on using the changeset viewer.