]> git.lizzy.rs Git - zlib.git/blobdiff - inflate.h
On Darwin, only use /usr/bin/libtool if libtool is not Apple.
[zlib.git] / inflate.h
index ba03e7c48127d0a9a5e175f4891c9ded066e8a4a..95f4986d400223bad542e5b34a7e6284a039425e 100644 (file)
--- a/inflate.h
+++ b/inflate.h
@@ -92,7 +92,7 @@ struct inflate_state {
     unsigned wbits;             /* log base 2 of requested window size */
     unsigned wsize;             /* window size or zero if not using window */
     unsigned whave;             /* valid bytes in the window */
-    unsigned write;             /* window write index */
+    unsigned wnext;             /* window write index */
     unsigned char FAR *window;  /* allocated sliding window, if needed */
         /* bit accumulator */
     unsigned long hold;         /* input bit accumulator */