diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-05 21:56:52 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-05 21:56:52 +0200 |
commit | f44e9e0330b29ef765e4a7c7e2ee235783c902f9 (patch) | |
tree | 179040abee72ec3913d921254f295814b5d6fd99 /FICS/utils.c | |
parent | 388053b2e6f48d9fde7a5a630a07f20780959538 (diff) |
Updated the revision history
Diffstat (limited to 'FICS/utils.c')
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 03fe7ef..8592713 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -26,6 +26,8 @@ Markus Uhlin 23/12/25 Revised Markus Uhlin 24/03/16 Replaced unbounded string handling functions. + Markus Uhlin 24/07/05 Fixed unusual struct allocations + and replaced strcpy() with strlcpy(). */ #include "stdinclude.h" |