diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 12:30:48 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-24 12:30:48 +0100 |
commit | 4d8eaf133ba7e747a1bce2e89ad2ffa29b8a3645 (patch) | |
tree | 1b7c3d8b5b85f94ffd2f2febe87980acb5ed41c1 | |
parent | 5c8f1ae0b59b03e0ff33fb55eaf064b1068c0661 (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 a52e194..7696699 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -32,6 +32,7 @@ Markus Uhlin 24/08/04 Fixed multiple possible buffer overflows. Markus Uhlin 24/08/13 Handled function return values + Markus Uhlin 24/11/24 Fixed incorrect format strings */ #include "stdinclude.h" |