[Asterisk-cvs] asterisk cli.c,1.29,1.30
jeremy at lists.digium.com
jeremy at lists.digium.com
Thu Jan 15 19:32:09 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22351
Modified Files:
cli.c
Log Message:
another nickpick on formatting
Index: cli.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cli.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cli.c 15 Jan 2004 22:56:53 -0000 1.29
+++ cli.c 16 Jan 2004 01:24:00 -0000 1.30
@@ -153,7 +153,7 @@
return RESULT_SUCCESS;
}
-#define MODLIST_FORMAT "%-20s %-40.40s %-10d\n"
+#define MODLIST_FORMAT "%-25s %-40.40s %-10d\n"
#define MODLIST_FORMAT2 "%-25s %-40.40s %-10s\n"
static ast_mutex_t climodentrylock = AST_MUTEX_INITIALIZER;
More information about the svn-commits
mailing list