diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-18 17:08:12 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-18 17:08:12 +0200 |
commit | 0dd895db018b06041693d550618ab2289269a717 (patch) | |
tree | 6010aa60f3e21cf4fe8216fec36a4dfb15516834 /FICS | |
parent | 1a871329e546025ff48cec527d09f06b9cfdde68 (diff) |
Added a message
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/gamedb.c | 2 |
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) { |