[Freeswitch-svn] [commit] r5897 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Tue Oct 16 12:54:46 EDT 2007


Author: anthm
Date: Tue Oct 16 12:54:45 2007
New Revision: 5897

Modified:
   freeswitch/trunk/src/switch_ivr_play_say.c

Log:
make * and # become words explicitly in the core tts func (part 2)

Modified: freeswitch/trunk/src/switch_ivr_play_say.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_play_say.c	(original)
+++ freeswitch/trunk/src/switch_ivr_play_say.c	Tue Oct 16 12:54:45 2007
@@ -1238,14 +1238,12 @@
 				*tp++ = 't';
 				*tp++ = 'a';
 				*tp++ = 'r';
-				p++;
 			} else  if (*p == '#') {
 				*tp++ = 'p';
 				*tp++ = 'o';
 				*tp++ = 'u';
 				*tp++ = 'n';
 				*tp++ = 'd';
-				p++;
 			} else {
 				*tp++ = *p;
 			}



More information about the Freeswitch-svn mailing list