diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-18 02:40:14 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-18 02:40:14 +0200 |
commit | 61fee33e3e8015d80f4df6da664718eb89faa0df (patch) | |
tree | c32cc13a5f301b94490b25b8000140dd542bdfa4 /FICS | |
parent | 1df314c9f1a9ecd566d472d4d9019f56397292a2 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/gamedb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c index 3e58b38..639dd46 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -28,6 +28,7 @@ Markus Uhlin 24/07/17 Fixed out of bounds array access in game_str() which resulted in a crash. + Markus Uhlin 24/07/18 Return value checking */ #include "stdinclude.h" |