summaryrefslogtreecommitdiff
path: root/archivers/arc/files/patch-ai
blob: c13db4acb53747ad6d6e0aeb6752277da8c1c150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./arcext.c.orig	Tue Aug 10 23:03:25 1999
+++ ./arcext.c	Tue Aug 10 23:01:56 1999
@@ -143,7 +143,7 @@
 	if (note)
 		printf("Extracting file: %s\n", fix);
 
-	if (warn && !overlay) {
+	if (arcwarn && !overlay) {
 		if (f = fopen(fix, "r")) {	/* see if it exists */
 				fclose(f);
 				printf("WARNING: File %s already exists!", fix);
@@ -190,7 +190,7 @@
 	if (!f)
 #endif
 	{
-		if (warn) {
+		if (arcwarn) {
 			printf("Cannot create %s\n", fix);
 			nerrs++;
 		}