mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 618694 - xulrunner help dialog text has trailing garbage, r+a=bsmedberg
This commit is contained in:
parent
95d7ec83cd
commit
ec1ac80f7c
@ -85,7 +85,7 @@ static void Output(PRBool isError, const char *fmt, ... )
|
||||
else
|
||||
flags |= MB_ICONINFORMATION;
|
||||
|
||||
wchar_t wide_msg[1024];
|
||||
wchar_t wide_msg[2048];
|
||||
MultiByteToWideChar(CP_ACP,
|
||||
0,
|
||||
msg,
|
||||
|
Loading…
Reference in New Issue
Block a user