diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-06 20:33:11 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-06 20:33:11 +0200 |
commit | 56cbbedea9e5efed97dc669c633d5d00677f6e67 (patch) | |
tree | 38b6fd46f900b33c7758f28f0513a68f17002322 /FICS | |
parent | 60713dfc3219bc2c4992e408e0c553e763cea896 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/obsproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index 408d66b..2353c60 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -32,6 +32,7 @@ Markus Uhlin 25/01/18 Fixed -Wshadow Markus Uhlin 25/03/15 Fixed possible buffer overflow in FindHistory2(). + Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. */ #include "stdinclude.h" |