mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[SERVICES]
- Correctly copy group dependencies in ScmWriteDependencies (DPH) svn path=/trunk/; revision=68871
This commit is contained in:
parent
fec1f08cd5
commit
1921cae21e
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ ScmWriteDependencies(HKEY hServiceKey,
|
|||
if (*lpSrc == SC_GROUP_IDENTIFIERW)
|
||||
{
|
||||
lpSrc++;
|
||||
cchLength--;
|
||||
cchGroupLength += cchLength;
|
||||
wcscpy(lpDst, lpSrc);
|
||||
lpDst = lpDst + cchLength;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue