diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 18:26:31 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 18:26:31 +0200 |
commit | 4379d7c4496784c046bc563b40aa261b0d769be4 (patch) | |
tree | 6418740b87135c184185434f5a9f823024faa581 | |
parent | 9ddfc63fb8efeb84c9a9ff16396b689c1565b4a6 (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 0ac1d9c..2f82e62 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -35,6 +35,8 @@ Markus Uhlin 25/04/06 Fixed Clang Tidy warnings. Markus Uhlin 25/07/28 Fixed missing return-value check for a 'scanf'-like function. + Markus Uhlin 25/07/28 Restricted file permissions upon + creation. */ #include "stdinclude.h" |