Michael Stefaniuc : hnetcfg/tests: Use wide-char string literals.
Module: wine Branch: master Commit: 07592f75342f14877d3e2ceb4db0a5c8ec4cdbb4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=07592f75342f14877d3e2ceb4... Author: Michael Stefaniuc <mstefani(a)winehq.org> Date: Sun Dec 13 12:42:01 2020 +0100 hnetcfg/tests: Use wide-char string literals. Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/hnetcfg/tests/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hnetcfg/tests/policy.c b/dlls/hnetcfg/tests/policy.c index 416049c0093..e2606933079 100644 --- a/dlls/hnetcfg/tests/policy.c +++ b/dlls/hnetcfg/tests/policy.c @@ -109,7 +109,7 @@ static void test_interfaces(void) static void test_NetFwAuthorizedApplication(void) { INetFwAuthorizedApplication *app; - static WCHAR empty[] = {0}; + static WCHAR empty[] = L""; UNIVERSAL_NAME_INFOW *info; WCHAR fullpath[MAX_PATH]; WCHAR netpath[MAX_PATH];
participants (1)
-
Alexandre Julliard