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/command.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/command.c') diff --git a/FICS/command.c b/FICS/command.c index 1cdd99d..3a8ddbf 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -1307,6 +1307,8 @@ commands_init(void) int fd[2]; int i = 0; + (void) fprintf(stderr, "FICS: %s()\n", __func__); + fp = afp = NULL; snprintf(fname, sizeof fname, "%s/commands", comhelp_dir); -- cgit v1.2.3