Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/archivers/arc/files/patch-arcdata.c
16461 views
1
--- arcdata.c.orig 2013-06-27 02:00:19 UTC
2
+++ arcdata.c
3
@@ -33,7 +33,7 @@ int hold = 0; /* true to pause before exit */
4
#if GEMDOS
5
int hold = 0; /* true to pause before exit */
6
#endif
7
-int warn = 1; /* true to print warnings */
8
+int arcwarn = 1; /* true to print warnings */
9
int note = 1; /* true to print comments */
10
int bose = 0; /* true to be verbose */
11
int nocomp = 0; /* true to suppress compression */
12
13