aboutsummaryrefslogtreecommitdiff
path: root/gzwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzwrite.c')
-rw-r--r--gzwrite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gzwrite.c b/gzwrite.c
index a2ee573..1ec1da4 100644
--- a/gzwrite.c
+++ b/gzwrite.c
@@ -117,6 +117,7 @@ local int gz_comp(state, flush)
117 if (strm->avail_out == 0) { 117 if (strm->avail_out == 0) {
118 strm->avail_out = state->size; 118 strm->avail_out = state->size;
119 strm->next_out = state->out; 119 strm->next_out = state->out;
120 state->x.next = state->out;
120 } 121 }
121 } 122 }
122 123