diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-02 22:55:27 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-02 22:55:27 +0100 |
| commit | b0e4573eaf2d0fe449d80c320d90cd5fd768c1a8 (patch) | |
| tree | 9a85dede740451caf26f49f145e231fe50863c14 /FICS | |
| parent | 2597fbbc1bdc916c394d1fd584a1427daf421cea (diff) | |
Updated the revision history
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/matchproc.c | 2 | ||||
| -rw-r--r-- | FICS/obsproc.c | 1 | ||||
| -rw-r--r-- | FICS/variable.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 1601c5d..00ecad4 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -34,6 +34,8 @@ Markus Uhlin 25/03/12 Fixed negative array index read in accept_match(). + Markus Uhlin 26/03/02 Replaced atoi() with + strtol(). */ #include "stdinclude.h" diff --git a/FICS/obsproc.c b/FICS/obsproc.c index eed4bf3..69e175c 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -35,6 +35,7 @@ Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. Markus Uhlin 25/10/17 Replaced system() with fics_copyfile(). + Markus Uhlin 26/03/02 Replaced atoi() with strtol(). */ #include "stdinclude.h" diff --git a/FICS/variable.c b/FICS/variable.c index ee3f16c..c666043 100644 --- a/FICS/variable.c +++ b/FICS/variable.c @@ -30,6 +30,7 @@ Markus Uhlin 24/07/08 Added var 'interface' Markus Uhlin 24/11/19 Improved Language() Markus Uhlin 24/11/24 Added var 'seek'. + Markus Uhlin 26/03/02 Replaced atoi() with strtol(). */ #include "stdinclude.h" |
