aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rwxr-xr-xapps/app_skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 974c03e3e..f0731c4e3 100755
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -93,7 +93,7 @@ static int app_exec(struct ast_channel *chan, void *data)
return -1;
}
- if ((argc = ast_separate_app_args(args, '|', argv, sizeof(argv) / sizeof(argv[0])))) {
+ if ((argc = ast_app_separate_args(args, '|', argv, sizeof(argv) / sizeof(argv[0])))) {
dummy = argv[0];
options = argv[1];
ast_parseoptions(app_opts, &flags, opts, options);