Commit aafbbdb8 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winegstreamer: Drop a debugstr from an out parameter.

parent 86005688
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment