diff options
Diffstat (limited to 'FICS/command.c')
| -rw-r--r-- | FICS/command.c | 2 |
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); |
