diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-21 14:35:06 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-21 14:35:06 +0100 |
| commit | 3bf13d9ba1f0e014d3bff0c8ddb6a0ae34be87bd (patch) | |
| tree | 5fc7105664fd03a72fc79a29c3e7c39f2b020fcb | |
| parent | ee537add8ddd8a67bcf64479f339a6200e1bfd39 (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/gamedb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c index 17f35ca..be0bc6d 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -49,6 +49,8 @@ Markus Uhlin 25/08/16 Fixed uncontrolled data used in path expressions. Markus Uhlin 26/03/03 Usage of strtonum(). + Markus Uhlin 26/03/21 Fixed unchecked function return + values. */ #include "stdinclude.h" |
