aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/ratings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c
index f69546b..c59dd5a 100644
--- a/FICS/ratings.c
+++ b/FICS/ratings.c
@@ -1572,7 +1572,7 @@ UpdateRank(int type, char *addName, statistics *sNew, char *delName)
return;
}
- snprintf(TmpRankFile, sizeof TmpRankFile, "%s/tmpRank", sdir);
+ (void) snprintf(TmpRankFile, sizeof TmpRankFile, "%s/tmpRank", sdir);
if ((fd = open(TmpRankFile, g_open_flags[OPFL_WRITE],
g_open_modes)) < 0) {