Michael Stefaniuc : wmvcore: Print the debug string and not the pointer to it.

Alexandre Julliard julliard at winehq.org
Tue Oct 31 13:16:01 CDT 2017


Module: wine
Branch: master
Commit: 81c38c87852ff8d2302fb747eabbdfb3320796ab
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=81c38c87852ff8d2302fb747eabbdfb3320796ab

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Wed Oct 25 23:06:40 2017 +0200

wmvcore: Print the debug string and not the pointer to it.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wmvcore/wmvcore_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wmvcore/wmvcore_main.c b/dlls/wmvcore/wmvcore_main.c
index be07909..ae8b486 100644
--- a/dlls/wmvcore/wmvcore_main.c
+++ b/dlls/wmvcore/wmvcore_main.c
@@ -1490,7 +1490,7 @@ static HRESULT WINAPI headerinfo_AddScript(IWMHeaderInfo3 *iface, LPCWSTR_WMSDK_
         LPCWSTR_WMSDK_TYPE_SAFE command, QWORD script_time)
 {
     WMReader *This = impl_from_IWMHeaderInfo3(iface);
-    FIXME("%p, %s, %p, %s\n", This, debugstr_w(type), debugstr_w(command), wine_dbgstr_longlong(script_time));
+    FIXME("%p, %s, %s, %s\n", This, debugstr_w(type), debugstr_w(command), wine_dbgstr_longlong(script_time));
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list