26 Sep
2023
26 Sep
'23
10:19 p.m.
Jeffrey Smith (@whydoubt) commented about dlls/mlang/tests/linebreakconsole.c:
+ +#include <stdarg.h> +#include <stdio.h> + +#include "windef.h" +#include "winbase.h" +#include "winerror.h" +#include "mlang.h" +#include "mimeole.h" + +#include "wine/test.h" + +static void test_BreakLineA(IMLangLineBreakConsole *mlbc) +{ + LCID locale = 1024; + UINT uCodePage = CP_USASCII; You re-initialize this to the same value on line 46. Please pick one or the other.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3629#note_46894