summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-09-05 22:38:36 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-09-05 22:38:36 +0200
commit13733cc70fec8fdeba50a61ef6812ae9a9ab473d (patch)
tree816e71c08d2aa7f48b84243077a0f8cbae3dea7e
parent28e5547d53c5ba653c0478e7fa1de5a82e958a6c (diff)
Set endOfLine to true if code1 is 1
-rw-r--r--ALL_DIFF8
1 files changed, 0 insertions, 8 deletions
diff --git a/ALL_DIFF b/ALL_DIFF
index ee44a3f..fb8b161 100644
--- a/ALL_DIFF
+++ b/ALL_DIFF
@@ -24043,14 +24043,6 @@ diff -ru xpdf-3.02/xpdf/Stream.cc xpdf-3.03/xpdf/Stream.cc
buf = EOF;
// skip any initial zero bits and end-of-line marker, and get the 2D
-@@ -1292,6 +1439,7 @@
- }
- if (code1 == 0x001) {
- eatBits(12);
-+ endOfLine = gTrue;
- }
- if (encoding > 0) {
- nextLine2D = !lookBits(1);
@@ -1589,58 +1794,65 @@
short CCITTFaxStream::getTwoDimCode() {
- short code;