Commit 9ae618f9 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

fusion/tests: Initialize a variable.

parent d375d25d
......@@ -726,6 +726,7 @@ static void test_CreateAssemblyNameObject(void)
ok(name != NULL, "Expected non-NULL name\n");
size = MAX_PATH;
str[0] = '\0';
hr = IAssemblyName_GetDisplayName(name, str, &size, ASM_DISPLAYF_FULL);
ok(hr == S_OK, "Expected S_OK, got %08x\n", hr);
todo_wine
......
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