diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 19:50:25 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-16 19:50:25 +0100 |
commit | a8a7a56b60ae26c68e9cc5cbd52c07be0f637afe (patch) | |
tree | 7edb66a24fd1d8b12e42a3df43c883cd2e17fd6b /FICS/ficsmain.c | |
parent | 6251c7a78304b50891f5ad8e872295cdcaf5730b (diff) |
Updated the revision history
Diffstat (limited to 'FICS/ficsmain.c')
-rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index 49c726c..63a6704 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -22,6 +22,8 @@ Richard Nash 93/10/22 Created Markus Uhlin 23/12/10 Fixed the includes Markus Uhlin 23/12/12 Revamped the file + Markus Uhlin 24/03/16 Fixed unbounded string copying + and marked usage() '__dead'. */ #include "stdinclude.h" |