aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-04 12:05:58 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-04 12:05:58 +0000
commit2970f4bc3e9c701aa4729a7cf3311258c1620689 (patch)
treeb91fe7a3a0436d07e3976ba0b6a77e641387aef4 /apps
parent32f7ac35f8a4d0e5f959aae7fe2a9f5ed9a05eb3 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@24705 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_verbose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_verbose.c b/apps/app_verbose.c
index 6ed1e4820..61c60abed 100644
--- a/apps/app_verbose.c
+++ b/apps/app_verbose.c
@@ -63,7 +63,7 @@ static int verbose_exec(struct ast_channel *chan, void *data)
if (data) {
vtext = ast_strdupa((char *)data);
if (vtext) {
- char *tmp = strsep(&vtext, "|,");
+ char *tmp = strsep(&vtext, "|");
if (vtext) {
if (sscanf(tmp, "%d", &vsize) != 1) {
vsize = 0;