Commit 0f46f753 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 56bf46fd
......@@ -419,7 +419,7 @@ HRESULT WINAPI BaseRendererImpl_FindPin(IBaseFilter * iface, LPCWSTR Id, IPin **
{
BaseRenderer *This = impl_from_IBaseFilter(iface);
TRACE("(%p)->(%p,%p)\n", This, debugstr_w(Id), ppPin);
TRACE("(%p)->(%s,%p)\n", This, debugstr_w(Id), ppPin);
if (!Id || !ppPin)
return E_POINTER;
......
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