From e2aedd8abd3ca3fb06e9a7ca9ccb01278ff31386 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 27 Jul 2014 15:27:04 +0000 Subject: Start cleaning up some of the uselessly ambigious patches named patch-xy, and giving them proper names. --- archivers/arc/files/patch-arcunp.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 archivers/arc/files/patch-arcunp.c (limited to 'archivers/arc/files/patch-arcunp.c') diff --git a/archivers/arc/files/patch-arcunp.c b/archivers/arc/files/patch-arcunp.c new file mode 100644 index 000000000000..08e091f2462e --- /dev/null +++ b/archivers/arc/files/patch-arcunp.c @@ -0,0 +1,20 @@ +--- ./arcunp.c.orig Tue Aug 10 23:03:25 1999 ++++ ./arcunp.c Tue Aug 10 23:01:57 1999 +@@ -123,7 +123,7 @@ + break; + + default: /* unknown method */ +- if (warn) { ++ if (arcwarn) { + printf("I don't know how to unpack file %s\n", hdr->name); + printf("I think you need a newer version of ARC\n"); + nerrs++; +@@ -135,7 +135,7 @@ + /* cleanups common to all methods */ + + if (crcval != hdr->crc) { +- if (warn || kludge) { ++ if (arcwarn || kludge) { + printf("WARNING: File %s fails CRC check\n", hdr->name); + nerrs++; + } -- cgit v1.2.3