summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/console.c b/src/common/console.c
index 7633471c0..c8ca4ae87 100644
--- a/src/common/console.c
+++ b/src/common/console.c
@@ -319,7 +319,7 @@ void console_parse_create(char *name, CParseFunc func)
cmd = entry;
continue;
}
- // FIXME: This should advance cmd to VECTOR_INDEX(cmd->u.children, i)
+ cmd = VECTOR_INDEX(cmd->u.children, i);
}
Assert_retv(cmd->type != CPET_CATEGORY);
cmd->type = CPET_FUNCTION;