Module: wine Branch: master Commit: facc14ead9493022516a6c7f1919dfe3cd2af873 URL: http://source.winehq.org/git/wine.git/?a=commit;h=facc14ead9493022516a6c7f19...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri May 31 06:59:32 2013 +0400
msxml3: Properly trace variant value.
---
dlls/msxml3/domdoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c index 4c7237a..7eae2d4 100644 --- a/dlls/msxml3/domdoc.c +++ b/dlls/msxml3/domdoc.c @@ -2997,7 +2997,7 @@ static HRESULT WINAPI domdoc_setProperty( lstrcmpiW(p, PropertyResolveExternalsW) == 0) { /* 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; }