aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/gamedb.c')
-rw-r--r--FICS/gamedb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c
index b40cd99..064a18a 100644
--- a/FICS/gamedb.c
+++ b/FICS/gamedb.c
@@ -60,7 +60,7 @@
PUBLIC game *garray = NULL;
PUBLIC int g_num = 0;
-PUBLIC const char *bstr[] = {
+PUBLIC const char *bstr[7] = {
[TYPE_UNTIMED] = "untimed",
[TYPE_BLITZ] = "blitz",
[TYPE_STAND] = "standard",
@@ -69,7 +69,7 @@ PUBLIC const char *bstr[] = {
[TYPE_LIGHT] = "lightning",
[TYPE_BUGHOUSE] = "bughouse"
};
-PUBLIC const char *rstr[] = {
+PUBLIC const char *rstr[2] = {
[TYPE_UNRATED] = "unrated",
[TYPE_RATED] = "rated"
};