Fix BSTR tracing in the typelib marshaller.
This commit is contained in:
parent
3a522f3d71
commit
edcbd13665
|
@ -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>");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue