mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 703912 - Avoid format string problem in window.dump on mobile; r=blassey
This commit is contained in:
parent
524fa88a13
commit
dbc63f2bf9
@ -4579,7 +4579,7 @@ nsGlobalWindow::Dump(const nsAString& aStr)
|
||||
|
||||
if (cstr) {
|
||||
#ifdef ANDROID
|
||||
__android_log_print(ANDROID_LOG_INFO, "Gecko", cstr);
|
||||
__android_log_write(ANDROID_LOG_INFO, "GeckoDump", cstr);
|
||||
#endif
|
||||
FILE *fp = gDumpFile ? gDumpFile : stdout;
|
||||
fputs(cstr, fp);
|
||||
|
Loading…
Reference in New Issue
Block a user