Issue #3039 - Reapply bug 624198 fix that got lost in an upstream update.

This commit is contained in:
David Major 2021-11-20 22:23:40 +00:00 committed by roytam1
commit dda2b7972a

View file

@ -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);
}