diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-12-14 18:23:35 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-12-16 02:16:58 +0100 |
commit | 5671be276d2fcd7db5622e7dda8f07cc245e0db5 (patch) | |
tree | d02f595d9c3dc69750ad5bbc903cac0eab49f491 /source | |
parent | 3028faf84e0f0f32419fa0cd0319b60bab6cf95d (diff) | |
download | mupdf-5671be276d2fcd7db5622e7dda8f07cc245e0db5.tar.xz |
Also repair object streams when repairing on the fly.
Diffstat (limited to 'source')
-rw-r--r-- | source/pdf/pdf-xref.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c index 02616a15..43fd3ea4 100644 --- a/source/pdf/pdf-xref.c +++ b/source/pdf/pdf-xref.c @@ -1968,6 +1968,7 @@ object_updated: { pdf_repair_xref(ctx, doc); pdf_prime_xref_index(ctx, doc); + pdf_repair_obj_stms(ctx, doc); } fz_catch(ctx) { |