1
0
Fork 0

(svn r95) Another small news system fix

release/0.4.5
dominik 2004-08-20 16:30:43 +00:00
parent b43e1e4e43
commit f5240ffa00
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ static bool ReadyForNextItem()
byte item = (_forced_news==255)?_current_news:_forced_news;
NewsItem *ni;
if(item>=MAX_NEWS) return false;
if(item>=MAX_NEWS) return true;
ni = &_news_items[item];
// Ticker message