X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;h=05c68f3e317838ade05e3cd045059244e4ea10e6;hb=9d68ac2e944683e57baff09c1fd9b53527fb24ae;hp=211efa8a026b060cab9754f8eb45309bd27f340a;hpb=33a2b1fc06b574ac763b43e047f145604d075696;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index 211efa8..05c68f3 100644 --- a/src/update.c +++ b/src/update.c @@ -188,7 +188,7 @@ update_archive (void) while (path = name_from_list (), path) { - if (excluded_pathname (excluded, path)) + if (excluded_name (path)) continue; if (interactive_option && !confirm ("add", path)) continue;