about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
Diffstat (limited to 'converter')
-rw-r--r--converter/other/bmepsoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/bmepsoe.c b/converter/other/bmepsoe.c
index 1df687f9..02bf39aa 100644
--- a/converter/other/bmepsoe.c
+++ b/converter/other/bmepsoe.c
@@ -227,7 +227,7 @@ do_flate_flush(Output_Encoder * const oP,
   
     if (iptr && optr && is && os) {
         is = oP->fl_i_used;
-        if (is) {
+        if (is || final) {
             oP->flate_stream.next_in = iptr;
             oP->flate_stream.avail_in = is;
             if (final) {