[svn-commits] kpfleming: branch 1.4 r47338 - /branches/1.4/main/frame.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Nov 8 14:46:21 MST 2006


Author: kpfleming
Date: Wed Nov  8 15:46:20 2006
New Revision: 47338

URL: http://svn.digium.com/view/asterisk?rev=47338&view=rev
Log:
the battle over CLI command formats has broken stuff...

Modified:
    branches/1.4/main/frame.c

Modified: branches/1.4/main/frame.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/frame.c?rev=47338&r1=47337&r2=47338&view=diff
==============================================================================
--- branches/1.4/main/frame.c (original)
+++ branches/1.4/main/frame.c Wed Nov  8 15:46:20 2006
@@ -656,7 +656,7 @@
 	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<<i);
 			ast_cli(fd, "%11u (1 << %2d) %10s  audio   %8s   (%s)\n",1 << i,i,hex,ast_getformatname(1<<i),ast_codec2str(1<<i));
 		}



More information about the svn-commits mailing list