Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 02c5f720cfe432500759ca04c33f891f > files > 1

upx-3.04-1mdv2010.0.src.rpm

--- src/msg.cpp	2008-04-27 17:03:00.000000000 +0200
+++ src/msg.cpp.oden	2009-10-06 19:57:26.000000000 +0200
@@ -57,7 +57,7 @@ void printClearLine(FILE *f)
     fflush(stdout); fflush(stderr);
     if (f == NULL)
         f = stdout;
-    con_fprintf(f,clear_line_msg);
+    con_fprintf(f, "%s", clear_line_msg);
     fflush(f);
     printSetNl(0);
 }