poppler/Link.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 55572b77da95c47393b78f3aff804ea9c5ae17e5
Author: Albert Astals Cid <[EMAIL PROTECTED]>
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
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to