[ros-diffs] [turner] 20052: Spell it right. :rolleyes:

turner at svn.reactos.com turner at svn.reactos.com
Sun Dec 11 06:51:17 CET 2005


Spell it right.  :rolleyes:
Modified: trunk/reactos/lib/kernel32/misc/errormsg.c
  _____  

Modified: trunk/reactos/lib/kernel32/misc/errormsg.c
--- trunk/reactos/lib/kernel32/misc/errormsg.c	2005-12-11 05:49:02 UTC
(rev 20051)
+++ trunk/reactos/lib/kernel32/misc/errormsg.c	2005-12-11 05:51:14 UTC
(rev 20052)
@@ -177,7 +177,7 @@

     if (dwFlags & FORMAT_MESSAGE_FROM_STRING)
     {
         from = HeapAlloc( GetProcessHeap(), 0,
strlen((LPCSTR)lpSource)+1 );
-        if (form == NULL)
+        if (from == NULL)
         {
             return 0;
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051211/55635045/attachment.html


More information about the Ros-diffs mailing list