[poppler] Branch 'poppler-0.8' - poppler/Link.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Jul 22 13:51:19 PDT 2008


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

New commits:
commit 0a3b22844603e23279d7a18f8d143780e54b46c9
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 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


More information about the poppler mailing list