dect
/
asterisk
Archived
13
0
Fork 0

fix format string (inspired by issue #4945)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6415 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2005-08-26 15:59:00 +00:00
parent 24f6130a48
commit fa4f46db7d
1 changed files with 1 additions and 1 deletions

2
cli.c
View File

@ -1340,7 +1340,7 @@ int ast_cli_command(int fd, char *s)
if (e) {
switch(e->handler(fd, x, argv)) {
case RESULT_SHOWUSAGE:
ast_cli(fd, e->usage);
ast_cli(fd, "%s", e->usage);
break;
}
} else