Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 85207e3d8e2c5f5d1bb7523ff306a1b5 > files > 7

firefox-38.5.0-1.mga5.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
 }