зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1456952: Reapply bug 624198 fix that got lost in an upstream update. r=jrmuizel
--HG-- extra : rebase_source : d31bbf6d71bc1d0e26d9ff85ebbfde713e2efc98
This commit is contained in:
Родитель
d7b8093878
Коммит
cba47d4ae4
|
@ -127,7 +127,7 @@ _cairo_win32_print_gdi_error (const char *context)
|
|||
0, NULL)) {
|
||||
fprintf (stderr, "%s: Unknown GDI error", context);
|
||||
} else {
|
||||
fwprintf (stderr, L"%s: %S", context, (wchar_t *)lpMsgBuf);
|
||||
fprintf (stderr, "%s: %S", context, (wchar_t *)lpMsgBuf);
|
||||
|
||||
LocalFree (lpMsgBuf);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче