(svn r95) Another small news system fix
authordominik
Fri, 20 Aug 2004 16:30:43 +0000
changeset 94 37f4a5aec25d
parent 93 813f01f3e02a
child 95 883535ac2790
(svn r95) Another small news system fix
news_gui.c
--- a/news_gui.c	Fri Aug 20 16:17:13 2004 +0000
+++ b/news_gui.c	Fri Aug 20 16:30:43 2004 +0000
@@ -341,7 +341,7 @@
 	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