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/board.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/board.c') diff --git a/FICS/board.c b/FICS/board.c index a119604..589fca9 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -1379,6 +1379,8 @@ wild_update(int style) PUBLIC void wild_init(void) { + (void) fprintf(stderr, "FICS: %s()\n", __func__); + wild_update(1); wild_update(2); wild_update(3); -- cgit v1.2.3