[Freeswitch-svn] [commit] r1621 - freeswitch/trunk/src/mod/applications/mod_rss
mikej at freeswitch.org
mikej at freeswitch.org
Wed Jun 14 10:54:43 EDT 2006
Author: mikej
Date: Wed Jun 14 10:54:43 2006
New Revision: 1621
Modified:
freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c
Log:
simplify some wording.
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 Wed Jun 14 10:54:43 2006
@@ -471,7 +471,7 @@
char cmd[5] = "";
switch_time_exp_lt(&tm, switch_time_now());
- switch_strftime(date, &retsize, sizeof(date), "%A, %B %d, %Y. %I:%M %p", &tm);
+ switch_strftime(date, &retsize, sizeof(date), "%I:%M %p", &tm);
snprintf(buf, sizeof(buf), "%s. %s. %s. local time: %s, Press 0 for options, 5 to change voice, or pound to return to the main menu. ",
@@ -537,7 +537,7 @@
if (switch_test_flag(&dtb, SFLAG_INFO)) {
switch_clear_flag(&dtb, SFLAG_INFO);
snprintf(buf + len, sizeof(buf) - len,
- "Hello my name is %s %s. I am speaking at %u words per minute. ",
+ "%s %s. I am speaking at %u words per minute. ",
sh.engine,
sh.voice,
dtb.speed
More information about the Freeswitch-svn
mailing list