[Asterisk-cvs] asterisk pbx.c,1.240,1.241
markster at lists.digium.com
markster at lists.digium.com
Sun May 8 13:04:36 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24216
Modified Files:
pbx.c
Log Message:
Fix formatting of functions (bug #4196, with mods)
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- pbx.c 8 May 2005 16:54:53 -0000 1.240
+++ pbx.c 8 May 2005 17:10:58 -0000 1.241
@@ -1103,7 +1103,7 @@
ast_cli(fd, "Installed Custom Functions:\n--------------------------------------------------------------------------------\n");
for (acf = acf_root ; acf; acf = acf->next) {
- ast_cli(fd, "%s\t(%s)\t[%s]\n", acf->name, acf->synopsis, acf->syntax);
+ ast_cli(fd, "%-20.20s %-35.35s %s\n", acf->name, acf->syntax, acf->synopsis);
}
ast_cli(fd, "\n");
return 0;
More information about the svn-commits
mailing list