From: Automerge script Date: Tue, 28 Mar 2006 19:06:50 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.7-netsec~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a879ed598e82c8a807fc1572e6e15633abbe8a1;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@15698 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index 4b758a61b6..0ab5886799 100644 --- a/pbx/pbx_ael.c +++ b/pbx/pbx_ael.c @@ -778,8 +778,8 @@ static int __build_step(const char *what, const char *name, const char *filename *label = NULL; /* Remember where the whileblock starts */ forblock = (*pos); - build_step("for", margs, filename, lineno, con, exten, pos, fields->next->next->data, &fillin, label); build_step("for", margs, filename, lineno, con, exten, pos, c, &fillin, label); + build_step("for", margs, filename, lineno, con, exten, pos, fields->next->next->data, &fillin, label); /* Close the loop */ app = "Goto"; snprintf(margs, mlen, "%d", forstart);