ports/archivers/arc/files/patch-arc.h
2023-04-23 18:18:05 -07:00

11 lines
472 B
C

--- arc.h.orig 2013-06-27 02:00:19 UTC
+++ arc.h
@@ -104,7 +104,7 @@ extern int hold; /* hold screen before exiting *
#if GEMDOS
extern int hold; /* hold screen before exiting */
#endif
-extern int warn; /* true to print warnings */
+extern int arcwarn; /* true to print warnings */
extern int note; /* true to print comments */
extern int bose; /* true to be verbose */
extern int nocomp; /* true to suppress compression */