From: <ust...@us...> - 2009-03-29 08:30:36
|
Revision: 2956 http://clucene.svn.sourceforge.net/clucene/?rev=2956&view=rev Author: ustramooner Date: 2009-03-29 08:30:19 +0000 (Sun, 29 Mar 2009) Log Message: ----------- fix for bug 1948533. was already fixed in branch Modified Paths: -------------- trunk/test/testall.cpp Modified: trunk/test/testall.cpp =================================================================== --- trunk/test/testall.cpp 2009-03-29 08:19:04 UTC (rev 2955) +++ trunk/test/testall.cpp 2009-03-29 08:30:19 UTC (rev 2956) @@ -177,7 +177,7 @@ _tprintf(_T("%s\n"), output->buffer); if ( times ) - printf("Tests run in %dms\n\n",CL_NS(util)::Misc::currentTimeMillis()-startTime); + printf("Tests run in %dms\n\n",(int32_t)(CL_NS(util)::Misc::currentTimeMillis()-startTime)); CuSuiteListDelete(alltests); CuStringFree(output); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |