aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_verbose.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_verbose.c')
-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 eb698f0b8..02d49af62 100644
--- a/apps/app_verbose.c
+++ b/apps/app_verbose.c
@@ -66,7 +66,7 @@ static int verbose_exec(struct ast_channel *chan, void *data)
if (data) {
if ((vtext = ast_strdupa(data))) {
- char *tmp = strsep(&vtext, "|,");
+ char *tmp = strsep(&vtext, "|");
if (vtext) {
if (sscanf(tmp, "%d", &vsize) != 1) {
vsize = 0;