qedit: Print the debug string and not the pointer to it.
This commit is contained in:
parent
b7d5543f93
commit
454110ee34
|
@ -243,7 +243,7 @@ static HRESULT WINAPI MediaDet_put_CurrentStream(IMediaDet* iface, LONG newVal)
|
||||||
static HRESULT WINAPI MediaDet_get_StreamType(IMediaDet* iface, GUID *pVal)
|
static HRESULT WINAPI MediaDet_get_StreamType(IMediaDet* iface, GUID *pVal)
|
||||||
{
|
{
|
||||||
MediaDetImpl *This = impl_from_IMediaDet(iface);
|
MediaDetImpl *This = impl_from_IMediaDet(iface);
|
||||||
FIXME("(%p)->(%p): not implemented!\n", This, debugstr_guid(pVal));
|
FIXME("(%p)->(%s): not implemented!\n", This, debugstr_guid(pVal));
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue