summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-01-17 14:33:49 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-01-17 17:15:59 +0100
commit04128c3c7d5cab9d1c740c1af3dcca4e5c0c3d5f (patch)
treed04a968b2c070b782f92974e5cc6502f6e7866a1
parent8e3a4cb453dbb2c498376dada035308fbd16b5b4 (diff)
downloadmupdf-04128c3c7d5cab9d1c740c1af3dcca4e5c0c3d5f.tar.xz
Don't throw from libjpeg callbacks!
-rw-r--r--source/fitz/filter-dct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fitz/filter-dct.c b/source/fitz/filter-dct.c
index ebbb48f9..54ec6a98 100644
--- a/source/fitz/filter-dct.c
+++ b/source/fitz/filter-dct.c
@@ -117,7 +117,6 @@ static boolean fill_input_buffer_dct(j_decompress_ptr cinfo)
}
fz_catch(ctx)
{
- fz_rethrow_if(ctx, FZ_ERROR_TRYLATER);
return 0;
}
src->next_input_byte = curr_stm->rp;