Explorar o código

(update_archive): excluded_pathname -> excluded_name.

Paul Eggert %!s(int64=26) %!d(string=hai) anos
pai
achega
9d68ac2e94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/update.c

+ 1 - 1
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;