Merge from trunk: Fix typo, which lead to be unable to create services with a description text Modified: branches/ros-branch-0_2_9/reactos/subsys/system/services/rpcserver.c _____
Modified: branches/ros-branch-0_2_9/reactos/subsys/system/services/rpcserver.c --- branches/ros-branch-0_2_9/reactos/subsys/system/services/rpcserver.c 2005-12-18 18:14:25 UTC (rev 20253) +++ branches/ros-branch-0_2_9/reactos/subsys/system/services/rpcserver.c 2005-12-18 18:14:48 UTC (rev 20254) @@ -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) {