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