From: Joshua Colp Date: Thu, 17 Aug 2006 16:18:08 +0000 (+0000) Subject: Make app_macro compile again X-Git-Tag: 1.2.11~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afedbd97af29341d06e299a5b619a12576b352e2;p=thirdparty%2Fasterisk.git Make app_macro compile again git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40223 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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;