diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-25 01:24:23 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-25 01:24:23 +0100 |
commit | e5e5f1fb1a53108717256ec8b5199341b82030b0 (patch) | |
tree | 65858443e9c6a34bd13cf3608aebd221ee953f93 | |
parent | 30fba8781b8176fc31a914a98430bd567a8f1ad2 (diff) |
Updated the revision history
-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 27c7d6c..ad7ef78 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -33,6 +33,7 @@ Markus Uhlin 24/11/23 Added width specifications to multiple fscanf() calls. Markus Uhlin 24/11/23 Fixed bugs in movesToString() + Markus Uhlin 24/11/25 Null checks */ #include "stdinclude.h" |