mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
comctl32/tests: Increase fixed buffer size to make test string fit.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
74735f327c
commit
0def005b77
@ -297,7 +297,7 @@ static void test_gettext(void)
|
||||
TTTOOLINFOA toolinfoA;
|
||||
TTTOOLINFOW toolinfoW;
|
||||
LRESULT r;
|
||||
CHAR bufA[10] = "";
|
||||
CHAR bufA[16] = "";
|
||||
WCHAR bufW[10] = { 0 };
|
||||
DWORD length, style;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user