[SMSS] Fix build complaint.

This commit is contained in:
Hermès Bélusca-Maïto 2020-04-30 18:39:07 +02:00
parent 7895704952
commit 7ba93b9463
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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 */