mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
fusion/tests: Initialize a variable.
This commit is contained in:
parent
d375d25d65
commit
9ae618f98c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue