[ros-diffs] [hpoussin] 20254: Merge from trunk:

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Sun Dec 18 19:15:04 CET 2005


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)
         {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051218/6000783e/attachment.html


More information about the Ros-diffs mailing list