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

Michael Stefaniuc mstefani at redhat.de
Tue Mar 24 04:01:26 CDT 2015


---
 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 0a73942..44a032a 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;
 }
 
-- 
1.9.3



More information about the wine-patches mailing list