qcap: Print the debug string instead of the pointer value.

oldstable
Michael Stefaniuc 2015-03-24 10:01:26 +01:00 committed by Alexandre Julliard
parent a21b2cc5b9
commit f7a21ee1d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}