Index: generic/src/console/kconsole.c
===================================================================
--- generic/src/console/kconsole.c	(revision 6ed8b3ac8aef2aee74663f539762bed42ef566cb)
+++ generic/src/console/kconsole.c	(revision 3fc03fd55a97ee8c78eecc373fec290d6bd547d9)
@@ -431,5 +431,5 @@
 	
 	/* If we get a name, try to find it in symbol table */
-	if (text[0] < '0' | text[0] > '9') {
+	if (text[0] < '0' || text[0] > '9') {
 		if (text[0] == '&') {
 			isaddr = true;
