--- ./source/tools/ctestfw/uperf.cpp 2008-07-01 03:41:14.000000000 +0200 +++ ./source/tools/ctestfw/uperf.cpp.oden 2008-12-21 14:17:46.000000000 +0100 @@ -486,7 +486,7 @@ void UPerfTest::usage( void ) this->runIndexedTest( index, FALSE, name ); if (!name) break; - fprintf(stdout,name); + fprintf(stdout, "%s", name); fprintf(stdout,"\n"); index++; }while (name && (name[0] != 0));