diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 12:56:44 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 12:56:48 +0200 |
commit | 6ba3fabc342c3db932aa374fe01285477f919c0b (patch) | |
tree | 33e61467a5099a7fd700a7a244f618a7daa9ca0b | |
parent | 6b88b740f6b63731064e1d5267c057a6a86e7cf6 (diff) |
Updated the revision history
-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 29fe60c..ac064f6 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -29,6 +29,8 @@ Markus Uhlin 24/07/05 Fixed unusual struct allocations and replaced strcpy() with strlcpy(). Markus Uhlin 24/07/07 Made certain functions private + Markus Uhlin 24/07/07 Added parameter 'size' to + psprintf_highlight(). */ #include "stdinclude.h" |