mar feb 18 19:15:15 CET 2003

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@618 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matteo Brancaleoni
2003-02-18 18:15:30 +00:00
parent 9ea88c1825
commit cf3b725fe9
11 changed files with 157 additions and 23 deletions

2
cli.c
View File

@@ -801,7 +801,7 @@ static char *__ast_cli_generator(char *text, char *word, int state, int lock)
matchnum++;
if (matchnum > state) {
/* Now, what we're supposed to return is the next word... */
if (strlen(word)) {
if (strlen(word) && x>0) {
res = e->cmda[x-1];
} else {
res = e->cmda[x];