diff options
Diffstat (limited to 'FICS')
-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" |