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

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


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

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

spoolsv: Use wide-char string literals.

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

---

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

diff --git a/programs/spoolsv/main.c b/programs/spoolsv/main.c
index 8fe37f2354..2893fa614a 100644
--- a/programs/spoolsv/main.c
+++ b/programs/spoolsv/main.c
@@ -25,7 +25,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(spoolsv);
 
-static WCHAR spoolerW[] = {'S','p','o','o','l','e','r',0};
+static WCHAR spoolerW[] = L"Spooler";
 
 static SERVICE_STATUS_HANDLE service_handle;
 static HANDLE stop_event;




More information about the wine-cvs mailing list