Callerid fix and warning cleanup (bug #367 & #356)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1621 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-10-08 21:57:43 +00:00
parent ea4aeb0c67
commit 1b19a2b1de
3 changed files with 6 additions and 3 deletions

View File

@@ -455,8 +455,7 @@ static int show_codecs(int fd, int argc, char *argv[])
return RESULT_SHOWUSAGE;
if (getenv("I_AM_NOT_AN_IDIOT") == NULL)
ast_cli(fd, "Disclaimer: this command is for informational purposes
only.\n\tIt does not indicate anything about your configuration.\n");
ast_cli(fd, "Disclaimer: this command is for informational purposes only.\n\tIt does not indicate anything about your configuration.\n");
if ((argc == 2) || (!strcasecmp(argv[1],"audio"))) {
found = 1;