diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 15:30:21 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-07-07 15:30:21 +0200 |
commit | bdac3aede2d1ec12ab6ba5757f34bfa551349214 (patch) | |
tree | ad3b5f2907c6927d7dda07d011f64130c391cc72 /FICS/ratings.c | |
parent | 371c0f00545b70b67043765677a83a4bfa0bf827 (diff) |
Updated the revision history
Diffstat (limited to 'FICS/ratings.c')
-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 931163c..a2fe400 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -26,6 +26,8 @@ Markus Uhlin 24/04/05 Replaced unbounded string handling functions. Markus Uhlin 24/05/20 Fixed clang warnings + Markus Uhlin 24/07/07 Return value checking of the + fscanf() calls. */ #include "stdinclude.h" |