projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94fe1c8
)
Make output more readable
author
Jeremy McNamara
<jj@nufone.net>
Thu, 15 Jan 2004 23:06:51 +0000
(23:06 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Thu, 15 Jan 2004 23:06:51 +0000
(23:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2042
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx.c
patch
|
blob
|
history
diff --git
a/pbx.c
b/pbx.c
index
b72dc26
..
4af22c2
100755
(executable)
--- a/
pbx.c
+++ b/
pbx.c
@@
-2480,7
+2480,7
@@
static int handle_show_applications(int fd, int argc, char *argv[])
/* ... 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;