X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9152bda8175521919696f8a14786f71442bbc4f0..be09ea86035044f67e0419b067ac54ee055ad9ee:/zlib/inflate.c diff --git a/zlib/inflate.c b/zlib/inflate.c index 091b9a22..df2f9d66 100644 --- a/zlib/inflate.c +++ b/zlib/inflate.c @@ -1523,7 +1523,7 @@ z_streamp strm; { struct inflate_state FAR *state; - if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; + if (strm == Z_NULL || strm->state == Z_NULL) return ~0UL << 16; state = (struct inflate_state FAR *)strm->state; return ((long)(state->back) << 16) + (state->mode == COPY ? state->length :