Fix #7255: Prevent crashlog corruption by only printing the 32 most recent news messages

This commit is contained in:
Charles Pigott
2019-04-25 22:55:16 +01:00
committed by PeterN
parent 9e19a5f93e
commit 47d0d86a3c
3 changed files with 9 additions and 8 deletions

View File

@@ -17,6 +17,6 @@
void ShowLastNewsMessage();
void ShowMessageHistory();
extern NewsItem *_oldest_news;
extern NewsItem *_latest_news;
#endif /* NEWS_GUI_H */