[asterisk-commits] murf: trunk r59692 - in /trunk: ./ pbx/pbx_ael.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Apr 2 10:38:13 MST 2007
Author: murf
Date: Mon Apr 2 12:38:12 2007
New Revision: 59692
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59692
Log:
Merged revisions 59688 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r59688 | murf | 2007-04-02 11:31:32 -0600 (Mon, 02 Apr 2007) | 1 line
continue in for-loop should go to the incrementer, not the test. As per 9435, thanks to marcelbarbulescu
........
Modified:
trunk/ (props changed)
trunk/pbx/pbx_ael.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/pbx/pbx_ael.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_ael.c?view=diff&rev=59692&r1=59691&r2=59692
==============================================================================
--- trunk/pbx/pbx_ael.c (original)
+++ trunk/pbx/pbx_ael.c Mon Apr 2 12:38:12 2007
@@ -3135,7 +3135,7 @@
/* now, put the body of the for loop here */
exten->loop_break = for_end;
- exten->loop_continue = for_test;
+ exten->loop_continue = for_inc;
gen_prios(exten, new_label, p->u4.for_statements, mother_exten, this_context); /* this will link in all the statements here */
More information about the asterisk-commits
mailing list