From: Tomas Frydrych (tomasfrydrych_at_yahoo.co.uk)
Date: Sun Mar 14 2004 - 15:10:17 EST
> tf: in ie_imp_MsWord_96.cpp:3604, you have this piece of code, 
> which is clearly not correct...
> 
> #ifdef DEBUG
>   static sTableCount = 0;
>   sTableCount++;
> #endif
> 
Should have been 'static UT_uint32 sTableCount = 0;' -- MSVC has no 
trouble with this, assuming int.
Would fix, but cvs is again not accessible.
Tomas
This archive was generated by hypermail 2.1.4 : Sun Mar 14 2004 - 15:12:38 EST