aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-17 16:18:08 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-17 16:18:08 +0000
commit4a8553f842464fdabf59000e32a9b5ed86ae9ed4 (patch)
tree0cded69d94b8a14e5793e1e0339017f0140428ca
parentb0bb261c55f5d8ce95bf36f03adbc3c5a0882533 (diff)
Make app_macro compile again
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@40223 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 43f11c6d2..0ac2d097f 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;