Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 404047a5ef18136a52caf6886b248e5d > files > 7

icu-4.4.2-2.1.mga1.src.rpm

--- ./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));