[Asterisk-cvs] asterisk pbx.c,1.93,1.94

jeremy at lists.digium.com jeremy at lists.digium.com
Thu Jan 15 17:14:58 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv21569

Modified Files:
	pbx.c 
Log Message:
Make output more readable


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- pbx.c	13 Jan 2004 07:48:39 -0000	1.93
+++ pbx.c	15 Jan 2004 23:06:51 -0000	1.94
@@ -2480,7 +2480,7 @@
 	/* ... go through all applications ... */
 	while (a) {
 		/* ... show informations about applications ... */
-		ast_cli(fd,"  %15s: %s\n",
+		ast_cli(fd,"  %20s: %s\n",
 			a->name,
 			a->synopsis ? a->synopsis : "<Synopsis not available>");
 		a = a->next; 




More information about the svn-commits mailing list