zlib 1.2.4-pre2

This commit is contained in:
Mark Adler
2011-09-09 23:33:23 -07:00
parent 67cc20d004
commit 59ca2179ff
14 changed files with 22 additions and 19 deletions

View File

@@ -113,7 +113,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */
ar.beg = ar.out - (start - strm->avail_out);
ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
ar.wsize = state->wsize;
ar.write = state->write;
ar.write = state->wnext;
ar.window = state->window;
ar.hold = state->hold;
ar.bits = state->bits;