]> Dogcows Code - chaz/tar/blobdiff - src/incremen.c
Update invocations of name_scan.
[chaz/tar] / src / incremen.c
index c0bbf4e8d06beb90ba21081e66c830636886f933..d4ef30a1add3af2cb526d79f52026f45528a4320 100644 (file)
@@ -208,7 +208,7 @@ procdir (char *name_buffer, struct stat *stat_data,
      omit it... */
   if (one_file_system_option && device != stat_data->st_dev
       /* ... except if it was explicitely given in the command line */
-      && !((np = name_scan (name_buffer)) && np->explicit))
+      && !((np = name_scan (name_buffer, true)) && np->explicit))
     directory->children = NO_CHILDREN;
   else if (children == ALL_CHILDREN)
     directory->children = ALL_CHILDREN;
This page took 0.023187 seconds and 4 git commands to generate.