June 19, 2026
11:36 a.m.
From: Stian Low <wineryyyyy@gmail.com> --- dlls/mmdevapi/tests/propstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mmdevapi/tests/propstore.c b/dlls/mmdevapi/tests/propstore.c index 1a4808604ff..55f62c3ccb8 100644 --- a/dlls/mmdevapi/tests/propstore.c +++ b/dlls/mmdevapi/tests/propstore.c @@ -289,7 +289,7 @@ START_TEST(propstore) { IMMDevice *dev; - hr = IMMDeviceCollection_Item(collection, i, &dev); + hr = IMMDeviceCollection_Item(collection, 0, &dev); ok(hr == S_OK, "Got hr %#lx.\n", hr); store = NULL; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11083