diff options
Diffstat (limited to 'src/win32.cpp')
-rw-r--r-- | src/win32.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/win32.cpp b/src/win32.cpp index 27be2d8a1..98d626094 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -934,9 +934,9 @@ void ShowInfo(const char *str) } else { bool old; #if defined(UNICODE) - /* We need to put the text in a seperate buffer because the default - * buffer in MB_TO_WIDE might not be large enough (512 chars) */ - wchar_t help_msgW[4096]; + /* We need to put the text in a seperate buffer because the default + * buffer in MB_TO_WIDE might not be large enough (512 chars) */ + wchar_t help_msgW[8192]; #endif ReleaseCapture(); _left_button_clicked =_left_button_down = false; |