[poppler] poppler/CMap.cc

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Apr 20 07:21:36 PDT 2008


 poppler/CMap.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68dba1a452ca70add5b05ab8e2adab838bc2cb73
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Apr 20 16:21:10 2008 +0200

    if ncand is a Guint cand should be one too

diff --git a/poppler/CMap.cc b/poppler/CMap.cc
index c812404..87753ad 100644
--- a/poppler/CMap.cc
+++ b/poppler/CMap.cc
@@ -367,7 +367,7 @@ void CMap::setReverseMapVector(Guint startCode, CMapVectorEntry *vec,
       Guint cid = vec[i].cid;
 
       if (cid < rmapSize) {
-	int cand;
+	Guint cand;
 
 	for (cand = 0;cand < ncand;cand++) {
 	  Guint code = startCode+i;


More information about the poppler mailing list