X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/db2b81ba11bdb125a7ee22b226729f4c70acb1ad..230eaa5391ca5b22c89203caad4db6d1d2ff7b55:/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 :