]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make app_macro compile again
authorJoshua Colp <jcolp@digium.com>
Thu, 17 Aug 2006 16:18:08 +0000 (16:18 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 17 Aug 2006 16:18:08 +0000 (16:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40223 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_macro.c

index 43f11c6d20bf46572d9fec467092a69e07e9b4bb..0ac2d097f67e6324cce51848263624f3ffe6bd74 100644 (file)
@@ -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;