diff options
author | Robin Watts <robin.watts@artifex.com> | 2015-03-30 19:54:40 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2015-03-30 19:54:40 +0100 |
commit | c4e17decdd2e278a44e281a8d3342b94dd833891 (patch) | |
tree | 1ebd6d1e957b4b267818ff313acb0e4968184141 /platform/x11 | |
parent | 8d0ae07482401c8eab116c3dd6a78fde469e03ad (diff) | |
download | mupdf-c4e17decdd2e278a44e281a8d3342b94dd833891.tar.xz |
Bug 695892: Fix incremental updates of documents with xref streams.
Simon Reinhardt points out that writexrefstream calls pdf_update_stream
on an object, rather than on a reference. The code as written fails to
do the update, and the updated file is broken.
I fix this here by updating pdf_update_stream to be able to work
with both objects and references. This is in contrast to his patch
which would create a reference for the sole purpose of performing
the update.
Diffstat (limited to 'platform/x11')
0 files changed, 0 insertions, 0 deletions