Commit edcbd136 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Fix BSTR tracing in the typelib marshaller.

parent 3a522f3d
......@@ -567,8 +567,8 @@ serialize_param(
case VT_BSTR: {
if (debugout) {
if (arg)
TRACE_(olerelay)("%s",relaystr((BSTR)*arg));
if (*arg)
TRACE_(olerelay)("%s",relaystr((WCHAR*)*arg));
else
TRACE_(olerelay)("<bstr NULL>");
}
......
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