Commit facc14ea authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3: Properly trace variant value.

parent e21af554
...@@ -2997,7 +2997,7 @@ static HRESULT WINAPI domdoc_setProperty( ...@@ -2997,7 +2997,7 @@ static HRESULT WINAPI domdoc_setProperty(
lstrcmpiW(p, PropertyResolveExternalsW) == 0) lstrcmpiW(p, PropertyResolveExternalsW) == 0)
{ {
/* Ignore */ /* Ignore */
FIXME("Ignoring property %s, value %d\n", debugstr_w(p), V_BOOL(&value)); FIXME("Ignoring property %s, value %s\n", debugstr_w(p), debugstr_variant(&value));
return S_OK; return S_OK;
} }
......
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