소스 검색

(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)
       {
-	if (excluded_pathname (excluded, path))
+	if (excluded_name (path))
 	  continue;
 	if (interactive_option && !confirm ("add", path))
 	  continue;