mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[LDR]
Addendum to r66735: Copy it, but copy it good. svn path=/trunk/; revision=66850
This commit is contained in:
@@ -2077,7 +2077,7 @@ LdrpInitializeProcess(IN PCONTEXT Context,
|
||||
if (((Peb->OSCSDVersion >> 8) & 0xFF) != 0)
|
||||
{
|
||||
WCHAR szCSDVersion[128];
|
||||
ULONG i;
|
||||
LONG i;
|
||||
ULONG Length = ARRAYSIZE(szCSDVersion) - 1;
|
||||
i = _snwprintf(szCSDVersion, Length,
|
||||
L"Service Pack %d",
|
||||
|
||||
Reference in New Issue
Block a user