Changeset 3728 in MondoRescue for branches/3.3/mondo/src
- Timestamp:
- Nov 16, 2019, 12:55:34 AM (5 years ago)
- Location:
- branches/3.3/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/common/libmondo-filelist.c
r3610 r3728 1205 1205 pathname[j] != '\0' 1206 1206 && pathname[j] == current_filename[j]; j++); 1207 1208 1207 if (current_filename[j] == '/' 1208 || current_filename[j] == '\0') { 1209 1209 node->selected = on_or_off; 1210 1210 } -
branches/3.3/mondo/src/common/libmondo-fork.c
r3653 r3728 265 265 FILE *fin; 266 266 char *p; 267 char *q;268 267 269 268 /*@ end vars *************************************************** */
Note:
See TracChangeset
for help on using the changeset viewer.