winegstreamer: Drop a debugstr from an out parameter.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2021-11-05 22:03:55 +01:00 committed by Alexandre Julliard
parent 8600568883
commit aafbbdb8bc
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ static HRESULT WINAPI header_info_GetAttributeByIndexEx(IWMHeaderInfo3 *iface,
{
FIXME("iface %p, stream_number %u, index %u, name %p, name_len %p,"
" type %p, lang_index %p, value %p, size %p, stub!\n",
iface, stream_number, index, debugstr_w(name), name_len, type, lang_index, value, size);
iface, stream_number, index, name, name_len, type, lang_index, value, size);
return E_NOTIMPL;
}