[poppler] poppler/Link.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Jul 22 13:52:45 PDT 2008
poppler/Link.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 55572b77da95c47393b78f3aff804ea9c5ae17e5
Author: Albert Astals Cid <aacid at kde.org>
Date: Tue Jul 22 22:50:00 2008 +0200
Really do what the comment says and also init changeLeft, changeTop and changeZoom
diff --git a/poppler/Link.cc b/poppler/Link.cc
index fa19a7c..60e2b35 100644
--- a/poppler/Link.cc
+++ b/poppler/Link.cc
@@ -212,6 +212,7 @@ LinkDest::LinkDest(Array *a) {
// initialize fields
left = bottom = right = top = zoom = 0;
+ changeLeft = changeTop = changeZoom = gFalse;
ok = gFalse;
// get page
More information about the poppler
mailing list