diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-05 18:50:37 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-05 18:50:37 +0100 |
| commit | 2edad1802be1dc6133fbc164b9c2127f38cb8e18 (patch) | |
| tree | 9ffe0929c19aa891394105b7885246180b10eb96 | |
| parent | 9e721103ffab79bfb993d81479f5a586fc371ad6 (diff) | |
Updated the revision history
| -rw-r--r-- | FICS/playerdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 78a83e6..d480756 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -51,6 +51,7 @@ Markus Uhlin 25/07/30 Usage of 'int64_t'. Markus Uhlin 25/11/02 Added overflow checks for array indices. + Markus Uhlin 26/03/05 Replaced atoi(). */ #include "stdinclude.h" |
