]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/inftrees.c
wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source...
[wxWidgets.git] / src / zlib / inftrees.c
index 8a896b2879340f56a828657f38fac0f30cebd0f3..509461d92734613b7bbb33f2dbae9a7328dd8ec7 100644 (file)
@@ -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 */