From: Paul Gofman pgofman@codeweavers.com
--- dlls/setupapi/devinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c index 6b6c4054653..b0d0851878e 100644 --- a/dlls/setupapi/devinst.c +++ b/dlls/setupapi/devinst.c @@ -4316,8 +4316,8 @@ static CONFIGRET get_device_id_list(const WCHAR *filter, WCHAR *buffer, ULONG *l GUID guid, *pguid = NULL; unsigned int i, id_len; ULONG query_flags = 0; + WCHAR id[256]; HDEVINFO set; - WCHAR id[64]; ULONG needed; WCHAR *p;