diff -r c8b07e7aa73e -r 959903599cb9 console_cmds.c --- a/console_cmds.c Wed Oct 19 19:44:01 2005 +0000 +++ b/console_cmds.c Wed Oct 19 20:00:05 2005 +0000 @@ -414,7 +414,7 @@ if (argc != 2) return false; - index = (strrchr(argv[1], '.') == '\0') ? atoi(argv[1]) : 0; + index = (strchr(argv[1], '.') == NULL) ? atoi(argv[1]) : 0; index--; for (i = 0; i < lengthof(_network_ban_list); i++) {