don't always play the first news feed (MODAPP-108)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8844 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-06-25 20:17:56 +00:00
parent 487d3310cc
commit 653b74363d
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ SWITCH_STANDARD_APP(rss_function)
x = atoi(cmd) - 1;
if (x > -1 && x < feed_index) {
filename = feed_list[i];
filename = feed_list[x];
} else if (matches > 1) {
} else {