diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-24 11:42:45 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-24 11:42:45 +0200 |
commit | d5c0b8c80b4141937197ea6762a936561dbe6910 (patch) | |
tree | 400c39e972b398d6ff328dbe1498b267faff35dd /FICS | |
parent | fb7cd03465329255aa8d43f80ab05924ebf8ea49 (diff) |
Updated the revision historymain
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/comproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index d1204df..a7a5ea1 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -45,6 +45,8 @@ array index read/write. Markus Uhlin 25/07/21 com_who: fixed multiplication result converted to larger type. + Markus Uhlin 25/07/24 Fixed use of potentially + dangerous functions. */ #include "stdinclude.h" |