[PATCH 1/2] uninstaller: Constify the string paramenter of output_array()
17 Mar
2021
17 Mar
'21
9:30 p.m.
Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- programs/uninstaller/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/uninstaller/main.c b/programs/uninstaller/main.c index d7f308c798d..7686c803b36 100644 --- a/programs/uninstaller/main.c +++ b/programs/uninstaller/main.c @@ -110,7 +110,7 @@ static void WINAPIV output_message(unsigned int id, ...) __ms_va_end(va_args); } -static void WINAPIV output_array(WCHAR *fmt, ...) +static void WINAPIV output_array(const WCHAR *fmt, ...) { __ms_va_list va_args; -- 2.26.3
1739
Age (days ago)
1739
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Stefaniuc