mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Make app_macro compile again
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -101,7 +101,7 @@ static int macro_exec(struct ast_channel *chan, void *data)
|
|||||||
int oldpriority;
|
int oldpriority;
|
||||||
char pc[80], depthc[12];
|
char pc[80], depthc[12];
|
||||||
char oldcontext[AST_MAX_CONTEXT] = "";
|
char oldcontext[AST_MAX_CONTEXT] = "";
|
||||||
char *offsets;
|
char *offsets, *s;
|
||||||
int offset, depth = 0, maxdepth = 7;
|
int offset, depth = 0, maxdepth = 7;
|
||||||
int setmacrocontext=0;
|
int setmacrocontext=0;
|
||||||
int autoloopflag, dead = 0;
|
int autoloopflag, dead = 0;
|
||||||
|
Reference in New Issue
Block a user