aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infback.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/infback.c b/infback.c
index e6443feb..ac96ba10 100644
--- a/infback.c
+++ b/infback.c
@@ -423,8 +423,6 @@ int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
423 /* use inflate_fast() if we have enough input and output */ 423 /* use inflate_fast() if we have enough input and output */
424 if (have >= 6 && left >= 258) { 424 if (have >= 6 && left >= 258) {
425 RESTORE(); 425 RESTORE();
426 if (state->whave < state->wsize)
427 state->whave = state->wsize - left;
428 inflate_fast(strm, state->wsize); 426 inflate_fast(strm, state->wsize);
429 LOAD(); 427 LOAD();
430 break; 428 break;