summaryrefslogtreecommitdiff
path: root/archivers/arc/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/arc/files/patch-ai')
-rw-r--r--archivers/arc/files/patch-ai20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-ai b/archivers/arc/files/patch-ai
new file mode 100644
index 000000000000..c13db4acb537
--- /dev/null
+++ b/archivers/arc/files/patch-ai
@@ -0,0 +1,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++;
+ }