Commit e8d849ef authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

wined3d: Use debugstr_fourcc instead of debugstr_an.

parent 6391b8d5
......@@ -2070,7 +2070,7 @@ static HRESULT shader_dxbc_process_section(struct wined3d_shader *shader, unsign
break;
default:
TRACE("Skipping chunk %s.\n", debugstr_an((const char *)&tag, 4));
TRACE("Skipping chunk %s.\n", debugstr_fourcc(tag));
break;
}
......
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