diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 13:04:11 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-16 13:04:11 +0100 |
commit | 23a17e0d49181cb8911602945c8fee4ce5a0bca8 (patch) | |
tree | 6d608405aa7f7b333ecc2d7d1de7b6f70854b0ba /FICS/ratings.c | |
parent | 83e5b6f1891bf5dc7411b90c9aa26ae12828c31b (diff) |
rating_sterr_delta: changed the 4th parameter type
Diffstat (limited to 'FICS/ratings.c')
-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 53ee33a..2850b69 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -769,7 +769,7 @@ current_sterr(double s, int t) * ics.onenet.net, if not elsewhere. */ PUBLIC void -rating_sterr_delta(int p1, int p2, int type, int gtime, int result, +rating_sterr_delta(int p1, int p2, int type, time_t gtime, int result, int *deltarating, double *newsterr) { double E, fs2, denominator, GK, w; // Parts of fancy formulas |