1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/archivers/arc/files/patch-ak
2000-03-05 09:27:28 +00:00

12 lines
329 B
Plaintext

--- ./arclzw.c.orig Tue Aug 10 23:03:25 1999
+++ ./arclzw.c Tue Aug 10 23:01:57 1999
@@ -546,7 +546,7 @@
*/
if (code >= free_ent) {
if (code > free_ent) {
- if (warn) {
+ if (arcwarn) {
printf("Corrupted compressed file.\n");
printf("Invalid code %d when max is %d.\n",
code, free_ent);