diff --git a/apps/app_macro.c b/apps/app_macro.c index 43f11c6d20..0ac2d097f6 100644 --- a/apps/app_macro.c +++ b/apps/app_macro.c @@ -101,7 +101,7 @@ static int macro_exec(struct ast_channel *chan, void *data) int oldpriority; char pc[80], depthc[12]; char oldcontext[AST_MAX_CONTEXT] = ""; - char *offsets; + char *offsets, *s; int offset, depth = 0, maxdepth = 7; int setmacrocontext=0; int autoloopflag, dead = 0;