Index: cli.c =================================================================== RCS file: /usr/cvsroot/asterisk/cli.c,v retrieving revision 1.28 diff -u -r1.28 cli.c --- cli.c 3 Dec 2003 04:55:55 -0000 1.28 +++ cli.c 15 Jan 2004 22:12:00 -0000 @@ -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;