gdb-2.8
[deliverable/binutils-gdb.git] / gdb / command.c
index ec5bfc08761092216da459fc2a40e50dea842f73..6643ad8d4461a26b243a88336659d74376bf9d61 100644 (file)
@@ -370,7 +370,7 @@ lookup_cmd (line, list, cmdtype, allow_unknown)
   while (*p == '-'
         || (*p >= 'a' && *p <= 'z')
         || (*p >= 'A' && *p <= 'Z')
-        || (*p >= '1' && *p <= '9'))
+        || (*p >= '0' && *p <= '9'))
     {
       if (*p >= 'A' && *p <= 'Z')
        *p += 'a' - 'A';
This page took 0.026053 seconds and 4 git commands to generate.