Changeset 1217 in MondoRescue for branches/stable/mondo/src/lib
- Timestamp:
- Feb 27, 2007, 2:08:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/lib/mr_str.c
r1215 r1217 145 145 146 146 /* Skip final spaces and special chars */ 147 for (i = (int)strlen(in_out) - 1; i n_out[i] <= ' ' && i >= 0; i--);147 for (i = (int)strlen(in_out) - 1; i >= 0 && in_out[i] <= ' '; i--); 148 148 149 149 /* The string now ends after that char */
Note:
See TracChangeset
for help on using the changeset viewer.