jdk/src/share/native/java/util/zip/zlib-1.2.5/inflate.c
changeset 13409 fe3ab27ef1a6
parent 11112 6d340c7b6a32
--- a/jdk/src/share/native/java/util/zip/zlib-1.2.5/inflate.c	Thu Aug 02 18:12:18 2012 -0700
+++ b/jdk/src/share/native/java/util/zip/zlib-1.2.5/inflate.c	Fri Aug 03 13:40:03 2012 -0700
@@ -1370,7 +1370,7 @@
 z_streamp strm;
 {
     unsigned len;               /* number of bytes to look at or looked at */
-    long long in, out;      /* temporary to save total_in and total_out */
+    unsigned long in, out;      /* temporary to save total_in and total_out */
     unsigned char buf[4];       /* to restore bit buffer to byte string */
     struct inflate_state FAR *state;