Fix typo, which lead to be unable to create services with a description text Modified: trunk/reactos/subsys/system/services/rpcserver.c _____
Modified: trunk/reactos/subsys/system/services/rpcserver.c --- trunk/reactos/subsys/system/services/rpcserver.c 2005-12-18 18:12:51 UTC (rev 20252) +++ trunk/reactos/subsys/system/services/rpcserver.c 2005-12-18 18:14:25 UTC (rev 20253) @@ -856,7 +856,7 @@
*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) {