Commit 64cd12d7 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Initialize subitem index.

parent 041a6514
......@@ -4733,6 +4733,8 @@ static void test_LVM_SETITEMTEXT(void)
/* index out of bounds */
item.pszText = testA;
item.cchTextMax = 0; /* ignored */
item.iSubItem = 0;
ret = SendMessageA(hwnd, LVM_SETITEMTEXTA, 1, (LPARAM)&item);
expect(FALSE, ret);
......
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