fix format string (inspired by issue #4945)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6415 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Russell Bryant 20 years ago
parent f64c91537a
commit 7fa558c71e

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

Loading…
Cancel
Save