--- zlib-1.2.2.2/inftrees.c.overfl	2004-10-31 18:54:30.000000000 +0100
+++ zlib-1.2.2.2/inftrees.c	2005-07-07 09:53:07.030896064 +0200
@@ -134,7 +134,7 @@
         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 */
