diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-06 14:19:04 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-06 14:19:04 +0200 |
commit | ee5bf6e26f13634a99de1dec227d7d68e1befd9c (patch) | |
tree | 4e2e0e86a1e36f92cc4e18b4969c20f8ab06379b /FICS | |
parent | b7878815e4c2119c68086dfddd6a58ffde044e76 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 19c23f0..62f605b 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -38,6 +38,7 @@ in truncate_file(). Markus Uhlin 25/03/09 truncate_file: fixed null ptr dereference. + Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. */ #include "stdinclude.h" |