From: Kevin P. Fleming Date: Wed, 8 Nov 2006 21:46:20 +0000 (+0000) Subject: the battle over CLI command formats has broken stuff... X-Git-Tag: 1.4.0-beta4~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea53cfcea312d30bf72cb898a7c579fb7be3311f;p=thirdparty%2Fasterisk.git the battle over CLI command formats has broken stuff... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47338 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/frame.c b/main/frame.c index 46726c1db0..5fc723d66d 100644 --- a/main/frame.c +++ b/main/frame.c @@ -656,7 +656,7 @@ static int show_codecs(int fd, int argc, char *argv[]) ast_cli(fd, "--------------------------------------------------------------------------------\n"); if ((argc == 3) || (!strcasecmp(argv[3],"audio"))) { found = 1; - for (i=0;i<12;i++) { + for (i=0;i<13;i++) { snprintf(hex,25,"(0x%x)",1<