Commit 876d5519 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

shlwapi/tests: Initialize size parameter in test_SHGetShellKey.

parent 4a39433e
......@@ -2873,6 +2873,7 @@ static void test_SHGetShellKey(void)
return;
}
size = sizeof(data);
hres = pSKGetValueW(SHKEY_Root_HKLM, WineTestW, NULL, NULL, &data, &size);
ok(hres == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND), "hres = %x\n", hres);
......
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