Skip to content
Snippets Groups Projects
Commit 0f46f753 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent 56bf46fd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment