[Freeswitch-branches] [commit] r3350 - freeswitch/branches/knhor/trunk/src

Freeswitch SVN knhor at freeswitch.org
Mon Nov 13 20:32:05 EST 2006


Author: knhor
Date: Mon Nov 13 20:32:04 2006
New Revision: 3350

Modified:
   freeswitch/branches/knhor/trunk/src/switch_ivr.c

Log:
mike, you missed one... gasp... :)

Modified: freeswitch/branches/knhor/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/branches/knhor/trunk/src/switch_ivr.c	(original)
+++ freeswitch/branches/knhor/trunk/src/switch_ivr.c	Mon Nov 13 20:32:04 2006
@@ -3358,7 +3358,7 @@
 {	void *result = NULL;
 
 	if (parser != NULL && digit != '\0') {
-		size_t len = (parser->digits != NULL ? strlen(parser->digits) : 0);
+		switch_size_t len = (parser->digits != NULL ? strlen(parser->digits) : 0);
 
 		// if it's not a terminator digit, add it to the collected digits
 		if (digit != parser->terminator) {



More information about the Freeswitch-branches mailing list