diff --git a/src/incremen.c b/src/incremen.c index c0d515dd..bc8128f3 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;