From 2a59f55e8c0039374ce9f7bd55a25af95609b321 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 23 Mar 2026 20:17:39 +0100 Subject: Moved fprintf() calls and fixed hardcoded function names --- FICS/ratings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'FICS/ratings.c') diff --git a/FICS/ratings.c b/FICS/ratings.c index 074b050..0cdfdf5 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -673,6 +673,7 @@ com_best(int p, param_list param) PUBLIC void rating_init(void) { + (void) fprintf(stderr, "FICS: %s()\n", __func__); zero_stats(); load_ratings(); } -- cgit v1.2.3