[Asterisk-cvs] asterisk cli.c,1.28,1.29

jeremy at lists.digium.com jeremy at lists.digium.com
Thu Jan 15 17:05:01 CST 2004


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

Modified Files:
	cli.c 
Log Message:
Nitpic CLI output. Bug #858


Index: cli.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cli.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cli.c	3 Dec 2003 04:55:55 -0000	1.28
+++ cli.c	15 Jan 2004 22:56:53 -0000	1.29
@@ -154,7 +154,7 @@
 }
 
 #define MODLIST_FORMAT  "%-20s %-40.40s %-10d\n"
-#define MODLIST_FORMAT2 "%-20s %-40.40s %-10s\n"
+#define MODLIST_FORMAT2 "%-25s %-40.40s %-10s\n"
 
 static ast_mutex_t climodentrylock = AST_MUTEX_INITIALIZER;
 static int climodentryfd = -1;




More information about the svn-commits mailing list