From: Markus Armbruster Date: Thu, 27 Dec 2012 13:48:06 +0000 (+0100) Subject: Enlarge news cache from 5 to 8 entries per country X-Git-Tag: v4.3.31~99 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=780ca1ae622134b5d9c0f7d345a695ff47d11454 Enlarge news cache from 5 to 8 entries per country --- diff --git a/src/lib/subs/nreport.c b/src/lib/subs/nreport.c index b2ab26024..c6797b880 100644 --- a/src/lib/subs/nreport.c +++ b/src/lib/subs/nreport.c @@ -41,7 +41,7 @@ #include "optlist.h" #include "prototypes.h" -#define SLOTS 5 +#define SLOTS 8 struct newscache { struct nwsstr news;