1--- arcext.c.orig 2010-08-07 13:06:42 UTC 2+++ arcext.c 3@@ -143,7 +143,7 @@ extfile(hdr, path, prt) /* extract a fi 4 if (note) 5 printf("Extracting file: %s\n", fix); 6 7- if (warn && !overlay) { 8+ if (arcwarn && !overlay) { 9 if ((f = fopen(fix, "r"))) { /* see if it exists */ 10 fclose(f); 11 printf("WARNING: File %s already exists!", fix); 12@@ -191,7 +191,7 @@ extfile(hdr, path, prt) /* extract a fi 13 if (!f) 14 #endif 15 { 16- if (warn) { 17+ if (arcwarn) { 18 printf("Cannot create %s\n", fix); 19 nerrs++; 20 } 21 22