aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-01-25 02:27:12 +0100
committerJay Berkenbilt <ejb@ql.org>2010-01-25 02:27:12 +0100
commit7a804090b3c1a21510f67d57ae8f3ea4a1d9626f (patch)
tree2c32a6a29ce60c8e70d3e347e1aeb431db6f0bda /TODO
parent1431c05304d6a284cebe2e6ad6b474919c95bae4 (diff)
downloadqpdf-7a804090b3c1a21510f67d57ae8f3ea4a1d9626f.tar.zst
update patch
git-svn-id: svn+q:///qpdf/trunk@937 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 3 insertions, 13 deletions
diff --git a/TODO b/TODO
index 333ecf6d..d27ba473 100644
--- a/TODO
+++ b/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);