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

List:       kde-commits
Subject:    KDE/kdelibs/khtml/rendering
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2010-02-22 19:12:19
Message-ID: 1266865939.955841.735.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1094430 by ggarand:

really big tables could overflow those

BUG: 219920

 M  +4 -4      render_table.h  


--- trunk/KDE/kdelibs/khtml/rendering/render_table.h #1094429:1094430
@@ -281,8 +281,8 @@
     //True if any of the cells has a span of 0
     bool containsSpansZero;
 
-    signed short cRow;
-    ushort cCol;
+    int cRow;
+    int cCol;
     bool needCellRecalc;
 
     void recalcCells();
@@ -434,8 +434,8 @@
     virtual int borderTopExtra() const { return _topExtra; }
     virtual int borderBottomExtra() const { return _bottomExtra; }
 
-    short _row;
-    short _col;
+    int _row;
+    int _col;
     ushort rSpan;
     ushort cSpan;
     int _topExtra;
[prev in list] [next in list] [prev in thread] [next in thread] 

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