From 913afb9174bb474104049906c1382dec81826424 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 22:52:17 -0700 Subject: zlib 0.79 --- inftrees.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inftrees.c') diff --git a/inftrees.c b/inftrees.c index 4b00e3c..54c7c8e 100644 --- a/inftrees.c +++ b/inftrees.c @@ -246,7 +246,7 @@ z_stream *zs; /* for zalloc function */ { x[h] = i; /* save pattern for backing up */ r.bits = (char)l; /* bits to dump before this table */ - r.exop = (char)(-j); /* bits in this table */ + r.exop = -(char)j; /* bits in this table */ r.next = q; /* pointer to this table */ j = i >> (w - l); /* (get around Turbo C bug) */ u[h-1][j] = r; /* connect to last table */ -- cgit v1.2.3-55-g6feb