summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/inftrees.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 07:29:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 07:29:08 +0000
commit9378cff4b0ab89c50e159f43d7eb9bbf429b25ab (patch)
treed97fa75917435da5f7d76e13e5e517e9dda96c6f /cpukit/zlib/inftrees.c
parentApply FC4's zlib-1.2.2.2-can-2005-1849.patch (diff)
downloadrtems-9378cff4b0ab89c50e159f43d7eb9bbf429b25ab.tar.bz2
Apply FC4's zlib-1.2.2.2-can-2005-2096.patch
Diffstat (limited to 'cpukit/zlib/inftrees.c')
-rw-r--r--cpukit/zlib/inftrees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/zlib/inftrees.c b/cpukit/zlib/inftrees.c
index 72c5b75973..e5a934980f 100644
--- a/cpukit/zlib/inftrees.c
+++ b/cpukit/zlib/inftrees.c
@@ -134,7 +134,7 @@ unsigned short FAR *work;
left -= count[len];
if (left < 0) return -1; /* over-subscribed */
}
- if (left > 0 && (type == CODES || (codes - count[0] != 1)))
+ if (left > 0 && (type == CODES || max != 1))
return -1; /* incomplete set */
/* generate offsets into symbol table for each length for sorting */