From 0dd895db018b06041693d550618ab2289269a717 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Thu, 18 Jul 2024 17:08:12 +0200
Subject: Added a message

---
 FICS/gamedb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
cgit v1.2.3