[asterisk-commits] file: branch 1.2 r40223 -
/branches/1.2/apps/app_macro.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Aug 17 09:18:09 MST 2006
Author: file
Date: Thu Aug 17 11:18:08 2006
New Revision: 40223
URL: http://svn.digium.com/view/asterisk?rev=40223&view=rev
Log:
Make app_macro compile again
Modified:
branches/1.2/apps/app_macro.c
Modified: branches/1.2/apps/app_macro.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_macro.c?rev=40223&r1=40222&r2=40223&view=diff
==============================================================================
--- branches/1.2/apps/app_macro.c (original)
+++ branches/1.2/apps/app_macro.c Thu Aug 17 11:18:08 2006
@@ -101,7 +101,7 @@
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;
More information about the asterisk-commits
mailing list