aboutsummaryrefslogtreecommitdiff
path: root/archivers/arc/files/patch-arclzw.c
blob: c0f1c8996403af7db9905ecb6e4d60f97aae0f10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- arclzw.c.orig	2010-08-07 13:06:42 UTC
+++ arclzw.c
@@ -560,7 +560,7 @@ decomp(squash, f, t)		/* decompress a fi
 		 */
 		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);