diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-05-01 14:48:51 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-05-01 14:48:51 +0200 |
commit | 8690c8b0cf00eb67d47b01f46a94e22eb25e8252 (patch) | |
tree | 05f83516dd35e9f06624c7a10b96a70247443154 /FICS/command.c | |
parent | 6b8ea8862c690d34f00fa85206bc6e43b9765966 (diff) |
Updated the revision history
Diffstat (limited to 'FICS/command.c')
-rw-r--r-- | FICS/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/command.c b/FICS/command.c index 8128857..6a90ae6 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -25,6 +25,8 @@ Markus Uhlin 23/12/23 Fixed crypt() Markus Uhlin 24/05/01 Refactored and reformatted all functions. + Markus Uhlin 24/05/01 Replaced unbounded string + handling functions. */ #include "stdinclude.h" |