From 9d68ac2e944683e57baff09c1fd9b53527fb24ae Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 11 Aug 1999 13:43:15 +0000 Subject: [PATCH] (update_archive): excluded_pathname -> excluded_name. --- src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.44.0