mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
don't use double '%' in the string
svn path=/trunk/; revision=31808
This commit is contained in:
@@ -1654,7 +1654,7 @@ static VOID FixupServiceBinaryPath(
|
||||
wcslen(L"%SystemRoot%\\") = 13*sizeof(wchar_t) */
|
||||
Buffer = MyMalloc(Win32Length);
|
||||
|
||||
wcscpy(Buffer, L"%%SystemRoot%%\\");
|
||||
wcscpy(Buffer, L"%SystemRoot%\\");
|
||||
wcscat(Buffer, *ServiceBinary);
|
||||
MyFree(*ServiceBinary);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user