Commit 0def005b authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Increase fixed buffer size to make test string fit.

parent 74735f32
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment