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:
Nikolay Sivov 2016-12-09 01:10:11 +03:00 committed by Alexandre Julliard
parent 74735f327c
commit 0def005b77
1 changed files with 1 additions and 1 deletions

View File

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