[ros-diffs] [hpoussin] 20253: Fix typo, which lead to be unable to create services with a description text

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Sun Dec 18 19:14:41 CET 2005


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


More information about the Ros-diffs mailing list