diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 12:45:37 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 12:45:37 +0100 |
commit | dba28db0089e0930b9c29c187be8c7b7395b9ec6 (patch) | |
tree | c4083fa5c89747895a2fab40b347b6866f5ae57a | |
parent | 521a5eccd1c7161180b2663ae45f2b09e4aa331f (diff) |
Updated the revision history
-rw-r--r-- | FICS/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c index 2a7812d..7cfc9c1 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -35,6 +35,7 @@ Markus Uhlin 24/11/25 Null checks Markus Uhlin 25/03/09 Fixed double free() Markus Uhlin 25/03/11 Fixed memleak + Markus Uhlin 25/03/16 Fixed use of 32-bit 'time_t' */ #include "stdinclude.h" |