aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/deflate.c b/deflate.c
index 1b0b3f7..2987855 100644
--- a/deflate.c
+++ b/deflate.c
@@ -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