Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > befcda80c1a164e8b5d57687719ec9f0 > files > 6

qt4-4.2.3-3mdv2007.1.src.rpm

--- qt-x11-opensource-src-4.2.3/src/gui/text/qtexttable.cpp--	2007-03-20 17:41:41.000000000 +0100
+++ qt-x11-opensource-src-4.2.3/src/gui/text/qtexttable.cpp	2007-03-20 17:42:09.000000000 +0100
@@ -873,7 +873,7 @@
         int firstColumn = r < row + rowSpan ? column + colSpan : column;
 
         int firstCellIndex = -1;
-        int cellIndex;
+        int cellIndex = 0;
 
         for (int c = firstColumn; c < column + numCols; ++c) {
             const int fragment = d->grid[r * d->nCols + c];