diff options
Diffstat (limited to 'archivers/arc/files/patch-ak')
-rw-r--r-- | archivers/arc/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/arc/files/patch-ak b/archivers/arc/files/patch-ak new file mode 100644 index 000000000000..7933c26409d1 --- /dev/null +++ b/archivers/arc/files/patch-ak @@ -0,0 +1,11 @@ +--- ./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); |