Index: generic/src/console/kconsole.c
===================================================================
--- generic/src/console/kconsole.c	(revision 6ed8b3ac8aef2aee74663f539762bed42ef566cb)
+++ generic/src/console/kconsole.c	(revision 0cfc4d389c6bbe87d402907055dc2caad426d954)
@@ -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;
