diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 16:45:21 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 16:45:21 +0200 |
commit | 28de6f2a0a089c7c29d020d8147c4fb8dbcda8ba (patch) | |
tree | 2c450ad04aed14a5794e7eae62a7b6666d2cd08d | |
parent | bd28e1cc0bb5f1ff886e0cb8bbd826b2e80f4108 (diff) |
Updated the revision history
-rw-r--r-- | FICS/ratings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index 1161c5c..9a4958e 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -33,6 +33,8 @@ Markus Uhlin 24/11/28 Added null checks Markus Uhlin 25/03/16 Fixed use of 32-bit 'time_t'. Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. + Markus Uhlin 25/07/28 Fixed missing return-value check + for a 'scanf'-like function. */ #include "stdinclude.h" |