wording change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1625 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d712f2e69a
commit
50012d6124
|
@ -309,7 +309,7 @@ static void rss_function(switch_core_session_t *session, char *data)
|
|||
len = (int32_t)strlen(buf);
|
||||
|
||||
for (idx = 0; idx < feed_index; idx++) {
|
||||
snprintf(buf + len, sizeof(buf) - len, "Feed Number %d: %s. <break time=\"600ms\"/>", idx + 1, feed_names[idx]);
|
||||
snprintf(buf + len, sizeof(buf) - len, "%d: %s. <break time=\"600ms\"/>", idx + 1, feed_names[idx]);
|
||||
len = (int32_t)strlen(buf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue