mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix typo, which lead to be unable to create services with a description text
svn path=/trunk/; revision=20253
This commit is contained in:
@@ -856,7 +856,7 @@ ScmrCreateServiceW(handle_t BindingHandle,
|
||||
*lpDisplayName != 0 &&
|
||||
wcsicmp(lpService->lpDisplayName, lpDisplayName) != 0)
|
||||
{
|
||||
lpService->lpDisplayName = HeapAlloc(GetProcessHeap, 0,
|
||||
lpService->lpDisplayName = HeapAlloc(GetProcessHeap(), 0,
|
||||
(wcslen(lpDisplayName) + 1) * sizeof(WCHAR));
|
||||
if (lpService->lpDisplayName == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user