Alexandre Julliard : mshtml: Don't test the contents of an output parameter .
Module: wine Branch: master Commit: fe57f04a448001ce9d50049d94c105cc91d065d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe57f04a448001ce9d50049d94... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Feb 12 13:41:35 2007 +0100 mshtml: Don't test the contents of an output parameter. --- dlls/mshtml/tests/htmldoc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index 33deb5e..afaa56f 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -575,7 +575,6 @@ static HRESULT WINAPI Moniker_GetDisplay /* ok(pbc != NULL, "pbc == NULL\n"); */ ok(pmkToLeft == NULL, "pmkToLeft=%p\n", pmkToLeft); ok(ppszDisplayName != NULL, "ppszDisplayName == NULL\n"); - ok(*ppszDisplayName == NULL, "*ppszDisplayName=%p\n", *ppszDisplayName); *ppszDisplayName = CoTaskMemAlloc(sizeof(winetest_test)); memcpy(*ppszDisplayName, winetest_test, sizeof(winetest_test));
participants (1)
-
Alexandre Julliard