Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 6d52ec5edf9778ca2e5ac5eaadc3b3f9 > files > 5

firefox-8.0.1-0.4.mga1.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
 }