d3dx11: Use debugstr_a() to trace a user-supplied string.

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Matteo Bruni 2016-08-05 20:56:31 +02:00 committed by Alexandre Julliard
parent afc63fd570
commit 285981e3ef
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ HRESULT WINAPI D3DX11CompileFromMemory(const char *data, SIZE_T data_size, const
{
TRACE("data %s, data_size %lu, filename %s, defines %p, include %p, entry_point %s, target %s, "
"sflags %#x, eflags %#x, pump %p, shader %p, error_messages %p, hresult %p.\n",
debugstr_a(data), data_size, debugstr_a(filename), defines, include, entry_point,
debugstr_a(data), data_size, debugstr_a(filename), defines, include, debugstr_a(entry_point),
debugstr_a(target), sflags, eflags, pump, shader, error_messages, hresult);
if (pump)