Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > af498789dd7f204bac08c432755f17ef > files > 7

zlib-1.2.1-2.3.100mdk.src.rpm

--- zlib-1.2.2.2/inftrees.c.can-2005-2096	2005-07-04 10:11:17.654675898 -0600
+++ zlib-1.2.2.2/inftrees.c	2005-07-04 10:12:16.718086123 -0600
@@ -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 */