From f6bccc618034a8c38515e40b65d20df4ee60449d Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 16 Mar 2025 13:32:16 +0100 Subject: rating_update: changed the type of 'gtime' --- FICS/ratings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/ratings.c b/FICS/ratings.c index 2850b69..7515058 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -866,12 +866,12 @@ PUBLIC int rating_update(int g) { double wSigma, bSigma; - int gtime; int inprogress = (g == parray[garray[g].black].game); int wDelta, bDelta; int wRes, bRes; statistics *b_stats; statistics *w_stats; + time_t gtime; /* * If this is adjudication of stored game - be quiet about -- cgit v1.2.3