X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=18f3225cdc0fc9b8350b5d8e34fb1c2f9dc9794f;hb=7962e1901bbed28bdf32891cb253b4e217b1c151;hp=a6109ff5f9b812ce759aabef97e497b89f26e5ba;hpb=0a42307c1d7a8764754d29d787a2c423eaf79225;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index a6109ff..18f3225 100644 --- a/src/list.c +++ b/src/list.c @@ -70,7 +70,7 @@ read_and (void (*do_something) ()) if (!name_match (current_file_name) || current_stat.st_mtime < newer_mtime_option - || (exclude_option && check_exclude (current_file_name))) + || excluded_filename (excluded, base_name (current_file_name))) { int isextended = 0;