diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 16:01:14 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 16:01:14 +0100 |
commit | c46b944ce8560f0a04630851c3b5998089e9b0ce (patch) | |
tree | 36a7cc99535de3f49bd2f356a136f18a7b8f9977 | |
parent | 483876a933cf740cf76b23bc9726c8d6e313a931 (diff) |
Updated the revision history
-rw-r--r-- | FICS/comproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index da49b3a..bad24c8 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -39,6 +39,7 @@ Markus Uhlin 25/03/08 Calc string length once Markus Uhlin 25/03/11 Fixed possibly uninitialized value 'rat' in who_terse(). + Markus Uhlin 25/03/16 Fixed use of 32-bit 'time_t'. */ #include "stdinclude.h" |