wined3d: Use debugstr_fourcc instead of debugstr_an.
This commit is contained in:
parent
6391b8d5c9
commit
e8d849efce
1 changed files with 1 additions and 1 deletions
|
@ -2070,7 +2070,7 @@ static HRESULT shader_dxbc_process_section(struct wined3d_shader *shader, unsign
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
TRACE("Skipping chunk %s.\n", debugstr_an((const char *)&tag, 4));
|
TRACE("Skipping chunk %s.\n", debugstr_fourcc(tag));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue