X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba0052f3f581636991de6e2a230ab227dac2dd88..8ce8835c060bd2fefff34414e03bb4e6ace9be8c:/src/zlib/inftrees.c diff --git a/src/zlib/inftrees.c b/src/zlib/inftrees.c index 8a896b2879..509461d927 100644 --- a/src/zlib/inftrees.c +++ b/src/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 */