(update_archive): excluded_pathname -> excluded_name.

This commit is contained in:
Paul Eggert
1999-08-11 13:43:15 +00:00
parent 33a2b1fc06
commit 9d68ac2e94

View File

@@ -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;