[Freeswitch-svn] [commit] r1608 - freeswitch/trunk/src/mod/applications/mod_rss

mikej at freeswitch.org mikej at freeswitch.org
Mon Jun 12 13:27:22 EDT 2006


Author: mikej
Date: Mon Jun 12 13:27:22 2006
New Revision: 1608

Modified:
   freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c

Log:
fix instructions for speed change.

Modified: freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c	Mon Jun 12 13:27:22 2006
@@ -341,7 +341,7 @@
 #endif
 				char term;
 				char *cp;
-				int blen = sizeof(cmd) - strlen(cmd);
+				int blen = sizeof(cmd) - (int)strlen(cmd);
 
 				cp = cmd + blen;
 				switch_ivr_collect_digits_count(session, cp, blen, blen, "#", &term, 5000);
@@ -552,7 +552,7 @@
 								 "Press star to pause or resume speech. "
 								 "To go to the next item, press six. "
 								 "To go back, press 4. "
-								 "Press eight to go faster, two to slow down, or 7 to resume normal speed. "
+								 "Press two to go faster, eight to slow down, or 7 to resume normal speed. "
 								 "To change voices, press five. To restore the original voice press 9. "
 								 "To hear these options again, press zero or press pound to return to the main menu. ");
 					} else {



More information about the Freeswitch-svn mailing list