Changeset 2711 in MondoRescue
- Timestamp:
- Feb 2, 2011, 2:48:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2676 r2711 1339 1339 char *strtmp; 1340 1340 char *token; 1341 char *find_excludes ;1341 char *find_excludes = NULL; 1342 1342 static char *name_of_evalcall_form; 1343 1343 int i; … … 1361 1361 } 1362 1362 } 1363 mr_asprintf(&find_excludes, " "); 1363 1364 1364 1365 if (!depth) { 1365 1366 malloc_string(name_of_evalcall_form); 1366 1367 malloc_string(find_skeleton_marker); 1367 mr_asprintf(&find_excludes, " ");1368 1368 while((token = mr_strtok (sth, delims, &lastpos))) { 1369 1369 mr_asprintf(&strtmp,"%s", find_excludes);
Note:
See TracChangeset
for help on using the changeset viewer.