jdk/src/share/native/java/util/zip/zlib-1.2.3/patches/inflate.c.diff
changeset 11303 5f48992867e6
parent 11302 a6305295d4d9
parent 11239 885050364691
child 11304 5d3d2bd1dfd1
equal deleted inserted replaced
11302:a6305295d4d9 11303:5f48992867e6
     1 --- /home/sherman/TL/zlib-1.2.3_ORG/inflate.c	Tue Jun 14 14:50:12 2005
       
     2 +++ inflate.c	Tue Aug 25 14:22:09 2009
       
     3 @@ -1263,7 +1263,7 @@
       
     4  z_streamp strm;
       
     5  {
       
     6      unsigned len;               /* number of bytes to look at or looked at */
       
     7 -    unsigned long in, out;      /* temporary to save total_in and total_out */
       
     8 +    long long in, out;          /* temporary to save total_in and total_out */
       
     9      unsigned char buf[4];       /* to restore bit buffer to byte string */
       
    10      struct inflate_state FAR *state;
       
    11