Module: wine Branch: master Commit: e8d849efce454658f459739bdc054d83a9d75834 URL: https://gitlab.winehq.org/wine/wine/-/commit/e8d849efce454658f459739bdc054d8...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Oct 16 23:33:23 2023 -0600
wined3d: Use debugstr_fourcc instead of debugstr_an.
---
dlls/wined3d/shader_sm4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/wined3d/shader_sm4.c b/dlls/wined3d/shader_sm4.c index 74391cc1be8..f76bd693b3b 100644 --- a/dlls/wined3d/shader_sm4.c +++ b/dlls/wined3d/shader_sm4.c @@ -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; }