diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-17 17:42:24 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-17 17:42:24 +0200 |
commit | a6905ce3fef0a93e4344095b2f893ee668f6a985 (patch) | |
tree | 855c511f4a093a301cf2adef30c13b5c29a19f11 /FICS | |
parent | f8b657ed1a46dd2c04393b9c59ddbe434afce8bc (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-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" |