diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-02 19:24:00 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-02 19:24:00 +0200 |
commit | 98103851c44e810d7af3ead17dc927f5f644a3fc (patch) | |
tree | 369f8d2a4c9f8f4ef5445755e1f702e9e084a8ee | |
parent | dfb2c68944a7bc5bf786e3d8883a57dcffcf2a76 (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 d1a08e5..411bbd5 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -43,6 +43,8 @@ Markus Uhlin 25/03/29 player_remove_request: fixed overflowed array index read/write. + Markus Uhlin 25/04/02 add_to_list: added an upper + limit for the list size. */ #include "stdinclude.h" |