diff options
| -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 0ecb358..f02c572 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -39,6 +39,8 @@ creation. Markus Uhlin 25/11/18 Fixed null pointer dereference in UpdateRank(). + Markus Uhlin 26/03/08 Fixed unchecked function return + values. */ #include "stdinclude.h" |
