diff options
Diffstat (limited to 'FICS/gamedb.c')
-rw-r--r-- | FICS/gamedb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c index ea23704..b40cd99 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -25,6 +25,9 @@ Markus Uhlin 23/12/23 Fixed clang warnings Markus Uhlin 24/05/04 Refactored and reformatted all functions plus more... + Markus Uhlin 24/07/17 Fixed out of bounds array access + in game_str() which resulted in + a crash. */ #include "stdinclude.h" |