mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[SMSS] Fix build complaint.
This commit is contained in:
parent
7895704952
commit
7ba93b9463
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue