diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
commit | 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (patch) | |
tree | caeafc57710fb521543ce19743c3fb5a557ae68e /contrib/inflate86 | |
parent | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (diff) | |
download | zlib-1.2.4-pre2.tar.gz zlib-1.2.4-pre2.tar.bz2 zlib-1.2.4-pre2.zip |
zlib 1.2.4-pre2v1.2.4-pre2
Diffstat (limited to 'contrib/inflate86')
-rw-r--r-- | contrib/inflate86/inffas86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inflate86/inffas86.c b/contrib/inflate86/inffas86.c index 6da7635..7292f67 100644 --- a/contrib/inflate86/inffas86.c +++ b/contrib/inflate86/inffas86.c | |||
@@ -113,7 +113,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ | |||
113 | ar.beg = ar.out - (start - strm->avail_out); | 113 | ar.beg = ar.out - (start - strm->avail_out); |
114 | ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT); | 114 | ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT); |
115 | ar.wsize = state->wsize; | 115 | ar.wsize = state->wsize; |
116 | ar.write = state->write; | 116 | ar.write = state->wnext; |
117 | ar.window = state->window; | 117 | ar.window = state->window; |
118 | ar.hold = state->hold; | 118 | ar.hold = state->hold; |
119 | ar.bits = state->bits; | 119 | ar.bits = state->bits; |