From afedbd97af29341d06e299a5b619a12576b352e2 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 17 Aug 2006 16:18:08 +0000 Subject: [PATCH] Make app_macro compile again git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40223 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;