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

New commits:
commit 0a3b22844603e23279d7a18f8d143780e54b46c9
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 0eb6822..e872806 100644
--- a/poppler/Link.cc
+++ b/poppler/Link.cc
@@ -206,6 +206,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