[PATCH] mf/session: Use correct format specifier for start position.

Nikolay Sivov nsivov at codeweavers.com
Wed Apr 6 09:43:07 CDT 2022


Fixup for 3f84ee1eb6637602e3e95fee20985444639b4602.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/mf/session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mf/session.c b/dlls/mf/session.c
index 85cbcc29630..85b63f767fe 100644
--- a/dlls/mf/session.c
+++ b/dlls/mf/session.c
@@ -2009,7 +2009,7 @@ static HRESULT WINAPI mfsession_Start(IMFMediaSession *iface, const GUID *format
     struct session_op *op;
     HRESULT hr;
 
-    TRACE("%p, %s, %p.\n", iface, debugstr_guid(format), debugstr_propvar(start_position));
+    TRACE("%p, %s, %s.\n", iface, debugstr_guid(format), debugstr_propvar(start_position));
 
     if (!start_position)
         return E_POINTER;
-- 
2.35.1




More information about the wine-devel mailing list