mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
oleaut32: Do not crash in logging if string is NULL.
This commit is contained in:
parent
4ae9c2fe1f
commit
9a9c075ee9
@ -961,7 +961,7 @@ deserialize_param(
|
||||
unsigned char *buffer;
|
||||
buffer = BSTR_UserUnmarshal(&flags, buf->base + buf->curoff, (BSTR *)arg);
|
||||
buf->curoff = buffer - buf->base;
|
||||
if (debugout) TRACE_(olerelay)("%s",relaystr(*(BSTR *)arg));
|
||||
if (debugout) TRACE_(olerelay)("%s",debugstr_w(*(BSTR *)arg));
|
||||
}
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user