[PATCH] hnetcfg/tests: Use wide-char string literals.

Michael Stefaniuc mstefani at winehq.org
Sun Dec 13 05:42:01 CST 2020


Signed-off-by: Michael Stefaniuc <mstefani at 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];
-- 
2.26.2




More information about the wine-devel mailing list