aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-07-18 17:08:12 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-07-18 17:08:12 +0200
commit0dd895db018b06041693d550618ab2289269a717 (patch)
tree6010aa60f3e21cf4fe8216fec36a4dfb15516834
parent1a871329e546025ff48cec527d09f06b9cfdde68 (diff)
Added a message
-rw-r--r--FICS/gamedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c
index 43b868c..1f4e577 100644
--- a/FICS/gamedb.c
+++ b/FICS/gamedb.c
@@ -1559,7 +1559,7 @@ RemoveHistGame(char *file, int maxlines)
int count = 0;
long int When, oppWhen;
- _Static_assert(20 < ARRAY_SIZE(Opponent));
+ _Static_assert(20 < ARRAY_SIZE(Opponent), "Not within bounds");
When = oppWhen = 0;
if ((fp = fopen(file, "r")) == NULL) {