mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
- Fix a bug in %SystemRoot% substitution branch.
svn path=/trunk/; revision=31772
This commit is contained in:
parent
dde4bc9089
commit
ae52811702
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@ ScmCanonDriverImagePath(DWORD dwStartType,
|
|||
if (dwStartType == SERVICE_BOOT_START)
|
||||
wcscpy(*lpCanonName, L"\\SystemRoot\\");
|
||||
|
||||
wcscat(*lpCanonName, lpServiceName);
|
||||
wcscat(*lpCanonName, lpServiceName + 13);
|
||||
|
||||
DPRINT("Canonicalized name %S\n", *lpCanonName);
|
||||
return NO_ERROR;
|
||||
|
|
Loading…
Reference in a new issue