[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegraphics/kpdf
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2006-01-02 19:57:31
Message-ID: 1136231851.825590.19125.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 493640 by aacid:

build


 M  +1 -0      core/document.cpp  
 M  +2 -2      xpdf/xpdf/Stream.cc  


--- trunk/KDE/kdegraphics/kpdf/core/document.cpp #493639:493640
@@ -19,6 +19,7 @@
 #include <qvector.h>
 #include <qtimer.h>
 #include <qmap.h>
+#include <qlinkedlist.h>
 #include <kdebug.h>
 #include <kimageio.h>
 #include <klocale.h>
--- trunk/KDE/kdegraphics/kpdf/xpdf/xpdf/Stream.cc #493639:493640
@@ -419,8 +419,8 @@
 
   nVals = width * nComps;
   if (nVals * nBits + 7 <= 0)
-    return
-  ixBytes = (nComps * nBits + 7) >> 3;
+    return;
+  pixBytes = (nComps * nBits + 7) >> 3;
   rowBytes = ((nVals * nBits + 7) >> 3) + pixBytes;
   if (rowBytes < 0)
     return;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic