X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fincremen.c;h=bc8128f3c259e1d884400b199ee882c18f88359e;hb=b6fcb4ba8f32f470fea0f7375948153853cfcc71;hp=c0d515dd32860e9240720dc9e084b1cdea900fbc;hpb=6d1e9ab67e9df4666f7039c6fde8af2168186b34;p=chaz%2Ftar diff --git a/src/incremen.c b/src/incremen.c index c0d515d..bc8128f 100644 --- a/src/incremen.c +++ b/src/incremen.c @@ -325,7 +325,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, true)) && np->explicit)) + && !is_individual_file (name_buffer)) directory->children = NO_CHILDREN; else if (children == ALL_CHILDREN) directory->children = ALL_CHILDREN;