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/playerdb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/playerdb.c') diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 5a6e2e7..03450c6 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -140,6 +140,8 @@ get_empty_slot(void) PUBLIC void player_array_init(void) { + (void) fprintf(stderr, "FICS: %s()\n", __func__); + for (int i = 0; i < PARRAY_SIZE; i++) parray[i].status = PLAYER_EMPTY; } -- cgit v1.2.3