X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=b4277e028e59f9672fbb5b247574fcad5c8e41c9;hb=93906c238d9309f95afeddfa9ac8d7ce92351e70;hp=d46be651cb3752b0f1fe2d0fc29d79a8a256feb3;hpb=45ccda119355a1087450039a250359c1d0de0d08;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index d46be65..b4277e0 100644 --- a/src/list.c +++ b/src/list.c @@ -203,7 +203,8 @@ read_and (void (*do_something) (void)) mtime.tv_nsec = 0, current_stat_info.mtime = mtime, OLDER_TAR_STAT_TIME (current_stat_info, m))) - || excluded_name (current_stat_info.file_name)) + || excluded_name (current_stat_info.file_name, + current_stat_info.parent)) { switch (current_header->header.typeflag) {