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;
}
Show replies by date