On 02/14/2009 03:56 PM, cvs@abisource.com wrote:
> Modified: abiword/trunk/src/text/fmt/xp/fl_SectionLayout.cpp
> ===================================================================
> --- abiword/trunk/src/text/fmt/xp/fl_SectionLayout.cpp 2009-02-14 20:09:54 UTC (rev 25672)
> +++ abiword/trunk/src/text/fmt/xp/fl_SectionLayout.cpp 2009-02-14 20:56:41 UTC (rev 25673)
> @@ -2670,7 +2670,7 @@
> {
> if(pCol->countCons()> 0)
> {
> - for(i=0; i<pCol->countCons();i++)
> + for(i = 0; i< static_cast<UT_sint32>(pCol->countCons()); i++)
> {
I have to disagree with that fix. The problem is that countCons() return
a UT_uint32 cast from a UT_sint32. That's what needs changing.
(because UT_Vector<> do that)
Will take care of that.
Hub
Received on Tue Feb 24 18:10:59 2009
This archive was generated by hypermail 2.1.8 : Tue Feb 24 2009 - 18:10:59 CET