mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-25 02:42:59 +00:00
11 lines
262 B
Diff
11 lines
262 B
Diff
--- gfx/2d/Logging.h 2011-09-23 06:05:33.000000000 +0200
|
|
+++ gfx/2d/Logging.h-new 2011-09-26 16:00:39.000000000 +0200
|
|
@@ -87,7 +87,7 @@
|
|
}
|
|
#else
|
|
if (aLevel >= sGfxLogLevel) {
|
|
- printf(aString.c_str());
|
|
+ printf("%s",aString.c_str());
|
|
}
|
|
#endif
|
|
}
|