[PATCH 0/1] MR4120: evr: Use debugstr_fourcc instead of debugstr_an.
17 Oct
17 Oct
5:30 a.m.
New subject: [PATCH 1/1] evr: Use debugstr_fourcc instead of debugstr_an.
From: Alex Henrie <alexhenrie24(a)gmail.com> --- dlls/evr/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/evr/main.c b/dlls/evr/main.c index 702e4640831..5c2049a61da 100644 --- a/dlls/evr/main.c +++ b/dlls/evr/main.c @@ -213,7 +213,7 @@ HRESULT WINAPI MFCreateVideoMixerAndPresenter(IUnknown *mixer_outer, IUnknown *p */ BOOL WINAPI MFIsFormatYUV(DWORD format) { - TRACE("%s.\n", debugstr_an((char *)&format, 4)); + TRACE("%s.\n", debugstr_fourcc(format)); switch (format) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4120
6:20 p.m.
New subject: [PATCH 0/1] MR4120: evr: Use debugstr_fourcc instead of debugstr_an. - approved
This merge request was approved by Nikolay Sivov. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4120
872
Age (days ago)
872
Last active (days ago)
2 comments
3 participants
participants (3)
-
Alex Henrie -
Alex Henrie (@alexhenrie) -
Nikolay Sivov (@nsivov)