]> git.pond.sub.org Git - empserver/commitdiff
Enlarge news cache from 5 to 8 entries per country
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 27 Dec 2012 13:48:06 +0000 (14:48 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 8 May 2013 04:55:19 +0000 (06:55 +0200)
src/lib/subs/nreport.c

index b2ab26024c7069328eee75d9fcbe81007739f1ab..c6797b880333069175e66c16fcdda6964428cc46 100644 (file)
@@ -41,7 +41,7 @@
 #include "optlist.h"
 #include "prototypes.h"
 
 #include "optlist.h"
 #include "prototypes.h"
 
-#define SLOTS  5
+#define SLOTS 8
 
 struct newscache {
     struct nwsstr news;
 
 struct newscache {
     struct nwsstr news;