Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7fd07183232ea0d72e0646cf6e6fed05 > files > 1

lzmalib-0.0.1-6.mga3.src.rpm

--- 7zip/Compress/LZMA_Alone/LzmaBench.cpp	2008-07-23 08:23:40.000000000 +0200
+++ 7zip/Compress/LZMA_Alone/LzmaBench.cpp.oden	2009-03-07 17:08:15.000000000 +0100
@@ -365,7 +365,7 @@ static void ThrowError(FILE *f, HRESULT 
   if (result == E_OUTOFMEMORY)
     fprintf(f, "Can not allocate memory");
   else
-    fprintf(f, s);
+    fprintf(f, "%s", s);
   fprintf(f, "\n");
 }