From f7a21ee1d748bebe9c6074f0f01a3e01f52ff68f Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Tue, 24 Mar 2015 10:01:26 +0100 Subject: [PATCH] qcap: Print the debug string instead of the pointer value. --- dlls/qcap/avimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/qcap/avimux.c b/dlls/qcap/avimux.c index 0a73942906c..44a032a53f9 100644 --- a/dlls/qcap/avimux.c +++ b/dlls/qcap/avimux.c @@ -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; }