diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-14 11:35:59 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-14 11:35:59 +0100 |
| commit | 040ac1931434d79820a6a4a819f25f89c59af757 (patch) | |
| tree | 0d73c52fc9a3d7f09091915dd74f444902703654 | |
| parent | 806c08b5431f8f258a688e34b2202209975c5444 (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 4fcaff6..f084851 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -52,6 +52,8 @@ Markus Uhlin 25/11/02 Added overflow checks for array indices. Markus Uhlin 26/03/05 Replaced atoi(). + Markus Uhlin 26/03/14 Fixed unchecked function return + values. */ #include "stdinclude.h" |
