[NTOSKRNL]
[reactos.git] / reactos / lib / rtl / atom.c
index aa09ae7..06e131e 100644 (file)
@@ -103,6 +103,12 @@ RtlpCheckIntegerAtom(PWSTR AtomName,
         return TRUE;
      }
 
+   /*
+    * AtomName cannot be NULL because this
+    * case was caught by the previous test.
+    */
+   ASSERT(AtomName != NULL);
+
    if (*AtomName != L'#')
      return FALSE;