diff options
Diffstat (limited to 'stream/filt_lzwe.c')
-rw-r--r-- | stream/filt_lzwe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/filt_lzwe.c b/stream/filt_lzwe.c index a24d8fe5..978b6ef2 100644 --- a/stream/filt_lzwe.c +++ b/stream/filt_lzwe.c @@ -203,7 +203,7 @@ resume: /* reserve space for this code and an eventual CLEAR code */ if (out->wp + 5 > out->ep) - { + { lzw->resume = 1; return fz_ioneedout; } |