diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-28 06:50:03 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-28 06:50:03 +0100 |
commit | 09138f3a504b2d7c1e7e30834f3f68f3bcf8a2ac (patch) | |
tree | 64c6567308aff45d49d7f20e79c1bd89b3bfd4f6 | |
parent | 0b265b5d8cf04c0d0f8b9d6e1bd613527d45f699 (diff) |
Updated the revision history
-rw-r--r-- | FICS/ratings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index c0f5264..96c1f0f 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -30,6 +30,7 @@ fscanf() calls. Markus Uhlin 24/11/27 Added sscanf() width spec and fixed ignored retvals. + Markus Uhlin 24/11/28 Added null checks */ #include "stdinclude.h" |