mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
qcap: Print the debug string instead of the pointer value.
This commit is contained in:
parent
a21b2cc5b9
commit
f7a21ee1d7
@ -1015,7 +1015,7 @@ static HRESULT WINAPI MediaSeeking_SetTimeFormat(
|
||||
IMediaSeeking *iface, const GUID *pFormat)
|
||||
{
|
||||
AviMux *This = impl_from_IMediaSeeking(iface);
|
||||
FIXME("(%p)->(%p)\n", This, debugstr_guid(pFormat));
|
||||
FIXME("(%p)->(%s)\n", This, debugstr_guid(pFormat));
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user