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

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

Reply via email to