From 7ba93b9463f8c9139ae977418e01325ce54aeab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 30 Apr 2020 18:39:07 +0200 Subject: [PATCH] [SMSS] Fix build complaint. --- base/system/smss/sminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/system/smss/sminit.c b/base/system/smss/sminit.c index 9532ee259fc..d671bb7b274 100644 --- a/base/system/smss/sminit.c +++ b/base/system/smss/sminit.c @@ -1821,7 +1821,7 @@ SmpCreateDynamicEnvironmentVariables(VOID) /* To combine it into a single string */ swprintf((PWCHAR)PartialInfo->Data + wcslen((PWCHAR)PartialInfo->Data), L", %s", - PartialInfo2->Data); + (PWCHAR)PartialInfo2->Data); } /* So that we can set this as the PROCESSOR_IDENTIFIER variable */