diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 13:32:16 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 13:32:16 +0100 |
commit | f6bccc618034a8c38515e40b65d20df4ee60449d (patch) | |
tree | 20199cf8199de8e0e958322f5659c8ae8616ba56 | |
parent | 23a17e0d49181cb8911602945c8fee4ce5a0bca8 (diff) |
rating_update: changed the type of 'gtime'
-rw-r--r-- | FICS/ratings.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |