mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #3039 - Reapply bug 624198 fix that got lost in an upstream update.
This commit is contained in:
parent
35164e2860
commit
dda2b7972a
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,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, L"%s: %S", context, (wchar_t *)lpMsgBuf);
|
||||
|
||||
LocalFree (lpMsgBuf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue