summaryrefslogtreecommitdiff
path: root/fitz/filt_faxd.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-08-11 20:09:01 +0000
committerTor Andersson <tor@ghostscript.com>2010-08-11 20:09:01 +0000
commit178c9fab191dd9f8c682eb0e8e4f54d9ba2c9923 (patch)
tree4ec9fef6b23aac3aaf3aae424ad0585692c3f013 /fitz/filt_faxd.c
parentbb440c5d057cf8c9f38ab07bdd5d23a0b6192e74 (diff)
downloadmupdf-178c9fab191dd9f8c682eb0e8e4f54d9ba2c9923.tar.xz
Revert fax decoder workaround that caused inline fax images with rtc markers to break.
Diffstat (limited to 'fitz/filt_faxd.c')
-rw-r--r--fitz/filt_faxd.c4
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: