aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-23 20:17:39 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-23 20:17:39 +0100
commit2a59f55e8c0039374ce9f7bd55a25af95609b321 (patch)
treee6aad1a361242883a0f8dd84187755b233e8090c /FICS/command.c
parente69a766d7d72a3551dc8bde4926d98a06b4c7ee2 (diff)
Moved fprintf() calls and fixed hardcoded function names
Diffstat (limited to 'FICS/command.c')
-rw-r--r--FICS/command.c2
1 files changed, 2 insertions, 0 deletions
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);