From f44e9e0330b29ef765e4a7c7e2ee235783c902f9 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 5 Jul 2024 21:56:52 +0200 Subject: Updated the revision history --- FICS/utils.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3