[SERVICES]

- Correctly copy group dependencies in ScmWriteDependencies (DPH)

svn path=/trunk/; revision=68871
This commit is contained in:
Thomas Faber 2015-08-30 09:52:57 +00:00
parent fec1f08cd5
commit 1921cae21e

View file

@ -129,6 +129,7 @@ ScmWriteDependencies(HKEY hServiceKey,
if (*lpSrc == SC_GROUP_IDENTIFIERW)
{
lpSrc++;
cchLength--;
cchGroupLength += cchLength;
wcscpy(lpDst, lpSrc);
lpDst = lpDst + cchLength;