1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/archivers/arc/files/patch-arcunp.c
Adam Weinberger e2aedd8abd Start cleaning up some of the uselessly ambigious patches named
patch-xy, and giving them proper names.
2014-07-27 15:27:04 +00:00

21 lines
537 B
C

--- ./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++;
}