2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-09 21:52:26 +00:00

update patch

git-svn-id: svn+q:///qpdf/trunk@937 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2010-01-25 01:27:12 +00:00
parent 1431c05304
commit 7a804090b3

16
TODO
View File

@ -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);