mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-22 22:58:33 +00:00
update patch
git-svn-id: svn+q:///qpdf/trunk@937 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
1431c05304
commit
7a804090b3
16
TODO
16
TODO
@ -23,9 +23,9 @@ General
|
||||
------------------------------
|
||||
Index: QPDFWriter.cc
|
||||
===================================================================
|
||||
--- QPDFWriter.cc (revision 920)
|
||||
--- QPDFWriter.cc (revision 932)
|
||||
+++ QPDFWriter.cc (working copy)
|
||||
@@ -1958,11 +1960,15 @@
|
||||
@@ -1965,11 +1965,15 @@
|
||||
|
||||
// Write file in two passes. Part numbers refer to PDF spec 1.4.
|
||||
|
||||
@ -42,17 +42,7 @@ Index: QPDFWriter.cc
|
||||
}
|
||||
|
||||
// Part 1: header
|
||||
@@ -2037,7 +2043,8 @@
|
||||
t_lin_first, first_half_start, first_half_end,
|
||||
first_trailer_size,
|
||||
hint_length + second_xref_offset,
|
||||
- hint_id, hint_offset, hint_length);
|
||||
+ hint_id, hint_offset, hint_length,
|
||||
+ (pass == 1));
|
||||
int endpos = this->pipeline->getCount();
|
||||
if (pass == 1)
|
||||
{
|
||||
@@ -2187,6 +2194,8 @@
|
||||
@@ -2204,6 +2208,8 @@
|
||||
|
||||
// Restore hint offset
|
||||
this->xref[hint_id] = QPDFXRefEntry(1, hint_offset, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user