inflate.c.diff revision 1592
0N/A--- /home/sherman/TL/zlib-1.2.3_ORG/inflate.c Tue Jun 14 14:50:12 2005
2362N/A+++ inflate.c Tue Aug 25 14:22:09 2009
0N/A@@ -1263,7 +1263,7 @@
0N/A z_streamp strm;
0N/A {
0N/A unsigned len; /* number of bytes to look at or looked at */
0N/A- unsigned long in, out; /* temporary to save total_in and total_out */
0N/A+ long long in, out; /* temporary to save total_in and total_out */
0N/A unsigned char buf[4]; /* to restore bit buffer to byte string */
0N/A struct inflate_state FAR *state;
0N/A
0N/A