diff options
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1809,6 +1809,8 @@ local block_state deflate_stored(deflate_state *s, int flush) { | |||
1809 | } | 1809 | } |
1810 | 1810 | ||
1811 | /* We've done all we can with the available input and output. */ | 1811 | /* We've done all we can with the available input and output. */ |
1812 | if (last) | ||
1813 | s->bi_used = 8; | ||
1812 | return last ? finish_started : need_more; | 1814 | return last ? finish_started : need_more; |
1813 | } | 1815 | } |
1814 | 1816 | ||