diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 17:37:29 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 17:37:29 +0100 |
commit | 0212353f22b003466639c54a8d3eac1a53c04c0d (patch) | |
tree | 3c56f1d72e326c0deaf1adf9c84debd8de58c943 /FICS | |
parent | 64eaba822a404deb8a3eca2872e9f60052dbfe20 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 3dbf3b2..382cba9 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -26,6 +26,9 @@ Markus Uhlin 23/12/25 Reformatted functions Markus Uhlin 23/12/31 Completed reformation of all functions and much more... + Markus Uhlin 24/03/16 Replaced unbounded string + handling functions and added + truncation checks. */ #include "stdinclude.h" |