Commit in reactos/ntoskrnl/rtl on MAIN
error.c+2-21.12 -> 1.13
Test was backwards

reactos/ntoskrnl/rtl
error.c 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- error.c	15 May 2004 16:17:59 -0000	1.12
+++ error.c	15 May 2004 16:29:55 -0000	1.13
@@ -1,4 +1,4 @@
-/* $Id: error.c,v 1.12 2004/05/15 16:17:59 gvg Exp $
+/* $Id: error.c,v 1.13 2004/05/15 16:29:55 gvg Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -840,7 +840,7 @@
 	  ULONG LineNumber,
 	  PCHAR Message)
 {
-   if (NULL == Message)
+   if (NULL != Message)
       {
          DbgPrint("Assertion \'%s\' failed at %s line %d: %s\n",
                   (PCHAR)FailedAssertion,
CVSspam 0.2.8