Преглед изворни кода

(update_archive): excluded_pathname -> excluded_name.

Paul Eggert пре 26 година
родитељ
комит
9d68ac2e94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/update.c

+ 1 - 1
src/update.c

@@ -188,7 +188,7 @@ update_archive (void)
 
 
     while (path = name_from_list (), path)
     while (path = name_from_list (), path)
       {
       {
-	if (excluded_pathname (excluded, path))
+	if (excluded_name (path))
 	  continue;
 	  continue;
 	if (interactive_option && !confirm ("add", path))
 	if (interactive_option && !confirm ("add", path))
 	  continue;
 	  continue;