X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fincremen.c;h=d4ef30a1add3af2cb526d79f52026f45528a4320;hb=5e01ba7dbe35dca6c68415c5d9e9d6fb516fc560;hp=c0bbf4e8d06beb90ba21081e66c830636886f933;hpb=91abd3da82fe8161c5f4f53270d976ff8ffe6c7a;p=chaz%2Ftar diff --git a/src/incremen.c b/src/incremen.c index c0bbf4e..d4ef30a 100644 --- a/src/incremen.c +++ b/src/incremen.c @@ -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;