diff options
Diffstat (limited to 'gzwrite.c')
-rw-r--r-- | gzwrite.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||