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

Fixup for 3f84ee1eb6.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2022-04-06 17:43:07 +03:00 committed by Alexandre Julliard
parent 74e0985e1b
commit 27f13a37a0
1 changed files with 1 additions and 1 deletions

View File

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