From: Bernhard Übelacker <bernhardu(a)mailbox.org> Test tests are using larger array starting with 1bd27e50d25fd057a57fec89f06d6e20176c5ef4. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/comctl32/tests/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/tests/status.c b/dlls/comctl32/tests/status.c index 1851507481f..ac24f91cbb8 100644 --- a/dlls/comctl32/tests/status.c +++ b/dlls/comctl32/tests/status.c @@ -257,7 +257,7 @@ static void test_status_control(void) { HWND hWndStatus; int r; - int nParts[] = {50, 150, -1}; + int nParts[] = {50, 150, -1, -1}; int checkParts[] = {0, 0, 0, 0, 0}; int borders[] = {0, 0, 0}; RECT rc; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7066