[asterisk-commits] trunk r24876 - /trunk/apps/app_while.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon May 8 04:10:48 MST 2006


Author: russell
Date: Fri May  5 11:34:35 2006
New Revision: 24876

URL: http://svn.digium.com/view/asterisk?rev=24876&view=rev
Log:
oops :)

Modified:
    trunk/apps/app_while.c

Modified: trunk/apps/app_while.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_while.c?rev=24876&r1=24875&r2=24876&view=diff
==============================================================================
--- trunk/apps/app_while.c (original)
+++ trunk/apps/app_while.c Fri May  5 11:34:35 2006
@@ -277,7 +277,7 @@
 	}
 	
 
-	if ((!end && !pbx_check_condition(condition)) || (end == 2)) {
+	if ((!end && !pbx_checkcondition((char *) condition)) || (end == 2)) {
 		/* Condition Met (clean up helper vars) */
 		const char *goto_str;
 		pbx_builtin_setvar_helper(chan, varname, NULL);



More information about the asterisk-commits mailing list