]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix instructions for speed change.
authorMichael Jerris <mike@jerris.com>
Mon, 12 Jun 2006 17:27:22 +0000 (17:27 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 12 Jun 2006 17:27:22 +0000 (17:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1608 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_rss/mod_rss.c

index 83aa961d1740aa1ace5ecfee2f7efebadd209a40..86c2594fd44864fda95028470826d048554f70e7 100644 (file)
@@ -341,7 +341,7 @@ static void rss_function(switch_core_session_t *session, char *data)
 #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 @@ static void rss_function(switch_core_session_t *session, char *data)
                                                                 "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 {