diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-08-11 20:09:01 +0000 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-08-11 20:09:01 +0000 |
commit | 178c9fab191dd9f8c682eb0e8e4f54d9ba2c9923 (patch) | |
tree | 4ec9fef6b23aac3aaf3aae424ad0585692c3f013 /fitz | |
parent | bb440c5d057cf8c9f38ab07bdd5d23a0b6192e74 (diff) | |
download | mupdf-178c9fab191dd9f8c682eb0e8e4f54d9ba2c9923.tar.xz |
Revert fax decoder workaround that caused inline fax images with rtc markers to break.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/filt_faxd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fitz/filt_faxd.c b/fitz/filt_faxd.c index dd6ac9d0..4a732091 100644 --- a/fitz/filt_faxd.c +++ b/fitz/filt_faxd.c @@ -683,10 +683,6 @@ eol: eatbits(fax, (8 - fax->bidx) & 7); } - /* no more space in output, don't decode the next line yet */ - if (p == buf + len) - return p - buf; - goto loop; rtc: |