summaryrefslogtreecommitdiff
path: root/archivers/gzip-base/patches/patch-ad
blob: b93ba61758e3f58991521c4c03ee970630248222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2006/09/23 13:52:17 adrianp Exp $

--- inflate.c.orig	1993-08-13 10:50:00.000000000 +0100
+++ inflate.c
@@ -316,7 +316,7 @@ int *m;                 /* maximum looku
   {
     *t = (struct huft *)NULL;
     *m = 0;
-    return 0;
+    return 2;
   }