[asterisk-commits] branch 1.2 r24911 -
/branches/1.2/apps/app_while.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon May 8 04:10:53 MST 2006
Author: russell
Date: Fri May 5 12:39:03 2006
New Revision: 24911
URL: http://svn.digium.com/view/asterisk?rev=24911&view=rev
Log:
use the correct function name ...
Modified:
branches/1.2/apps/app_while.c
Modified: branches/1.2/apps/app_while.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_while.c?rev=24911&r1=24910&r2=24911&view=diff
==============================================================================
--- branches/1.2/apps/app_while.c (original)
+++ branches/1.2/apps/app_while.c Fri May 5 12:39:03 2006
@@ -269,7 +269,7 @@
}
- if (!end && !pbx_check_condition(condition)) {
+ if (!end && !pbx_checkcondition(condition)) {
/* Condition Met (clean up helper vars) */
pbx_builtin_setvar_helper(chan, varname, NULL);
pbx_builtin_setvar_helper(chan, my_name, NULL);
More information about the asterisk-commits
mailing list