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: {
|
case VT_BSTR: {
|
||||||
if (debugout) {
|
if (debugout) {
|
||||||
if (arg)
|
if (*arg)
|
||||||
TRACE_(olerelay)("%s",relaystr((BSTR)*arg));
|
TRACE_(olerelay)("%s",relaystr((WCHAR*)*arg));
|
||||||
else
|
else
|
||||||
TRACE_(olerelay)("<bstr NULL>");
|
TRACE_(olerelay)("<bstr NULL>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue