mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +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 */
|
/* To combine it into a single string */
|
||||||
swprintf((PWCHAR)PartialInfo->Data + wcslen((PWCHAR)PartialInfo->Data),
|
swprintf((PWCHAR)PartialInfo->Data + wcslen((PWCHAR)PartialInfo->Data),
|
||||||
L", %s",
|
L", %s",
|
||||||
PartialInfo2->Data);
|
(PWCHAR)PartialInfo2->Data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* So that we can set this as the PROCESSOR_IDENTIFIER variable */
|
/* So that we can set this as the PROCESSOR_IDENTIFIER variable */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue