/[packages]/cauldron/firefox/current/SOURCES/firefox-7.0-fix-str-fmt.patch
ViewVC logotype

Contents of /cauldron/firefox/current/SOURCES/firefox-7.0-fix-str-fmt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 262 byte(s)
oops
1 --- gfx/2d/Logging.h.str 2011-09-27 03:53:32.000000000 +0200
2 +++ gfx/2d/Logging.h 2011-09-27 03:53:43.000000000 +0200
3 @@ -87,7 +87,7 @@
4 }
5 #else
6 if (aLevel >= sGfxLogLevel) {
7 - printf(aString.c_str());
8 + printf("%s",aString.c_str());
9 }
10 #endif
11 }

  ViewVC Help
Powered by ViewVC 1.1.30