Michael Stefaniuc : termsv: Use wide-char string literals.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 15:20:49 CDT 2020


Module: wine
Branch: master
Commit: c5ce35aaf89c8a78e4080f8d2eb9abd06536b6fd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c5ce35aaf89c8a78e4080f8d2eb9abd06536b6fd

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Mon Oct 12 00:02:52 2020 +0200

termsv: Use wide-char string literals.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/termsv/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/termsv/main.c b/programs/termsv/main.c
index eb79d17f00..2ca6d0809d 100644
--- a/programs/termsv/main.c
+++ b/programs/termsv/main.c
@@ -24,7 +24,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(termsv);
 
-static WCHAR termserviceW[] = {'T','e','r','m','S','e','r','v','i','c','e',0};
+static WCHAR termserviceW[] = L"TermService";
 
 static SERVICE_STATUS_HANDLE service_handle;
 static HANDLE stop_event;




More information about the wine-cvs mailing list