summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-10-04 17:44:17 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-10-04 17:44:17 +0200
commit02cfdb41c2d8b0b66bbb5b2d88191a65b4f14cf4 (patch)
tree3662a429c34ab992525ecf1126dc3374454d5757
parentf8182f6152acf20622bd6baa9f064905d2d5a9ff (diff)
one more recursion diff
-rw-r--r--ALL_DIFF9
1 files changed, 0 insertions, 9 deletions
diff --git a/ALL_DIFF b/ALL_DIFF
index 009449b..faebcb5 100644
--- a/ALL_DIFF
+++ b/ALL_DIFF
@@ -10982,15 +10982,6 @@ diff -ru xpdf-3.02/xpdf/GfxState.cc xpdf-3.03/xpdf/GfxState.cc
}
GfxIndexedColorSpace::~GfxIndexedColorSpace() {
-@@ -943,7 +981,7 @@
- return cs;
- }
-
--GfxColorSpace *GfxIndexedColorSpace::parse(Array *arr) {
-+GfxColorSpace *GfxIndexedColorSpace::parse(Array *arr, int recursion) {
- GfxIndexedColorSpace *cs;
- GfxColorSpace *baseA;
- int indexHighA;
@@ -986,8 +1025,9 @@
for (i = 0; i <= indexHighA; ++i) {
for (j = 0; j < n; ++j) {