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