diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-03-30 14:42:09 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-03-30 14:42:09 +0100 |
commit | 6a081209207869ef3133a150c2a9d07268ade069 (patch) | |
tree | fc36665b022ffb008dc6a2fd8da9b1238a6bf6c8 /FICS | |
parent | 0c63dfa46f5b7976638e8bdd21230b4bbb00b2ba (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/gameproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/gameproc.c b/FICS/gameproc.c index ab2a7f3..4f2bd7d 100644 --- a/FICS/gameproc.c +++ b/FICS/gameproc.c @@ -26,6 +26,7 @@ Markus Uhlin 24/01/04 Fixed pprintf_prompt() calls Markus Uhlin 24/03/30 Refactored and reformatted all functions. + Markus Uhlin 24/03/30 Size-bounded string handling. */ #include "stdinclude.h" |