Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates-src > by-pkgid > e81341bc699f0bc4b5f79deafb605d1e > files > 9

firefox-31.5.0-1.mga4.src.rpm

--- gfx/2d/Logging.h.str	2011-09-27 03:53:32.000000000 +0200
+++ gfx/2d/Logging.h	2011-09-27 03:53:43.000000000 +0200
@@ -87,7 +87,7 @@
   }
 #else
   if (aLevel >= sGfxLogLevel) {
-    printf(aString.c_str());
+    printf("%s",aString.c_str());
   }
 #endif
 }