Bug 618694 - xulrunner help dialog text has trailing garbage, r+a=bsmedberg

This commit is contained in:
Sean Bright 2010-12-12 08:09:00 -08:00
parent 95d7ec83cd
commit ec1ac80f7c

View File

@ -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,