$OpenBSD: patch-arclzw_c,v 1.2 2005/10/13 18:05:20 naddy Exp $ --- arclzw.c.orig Sat Oct 8 17:24:37 2005 +++ arclzw.c Wed Apr 15 00:59:41 2009 @@ -560,7 +560,7 @@ decomp(squash, f, t) /* decompress a file */ */ 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);