From f8d6f33ca86eb75b6ee4eee87915df13960e4ecb Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 4 Aug 2024 00:56:36 +0200 Subject: Fixed warnx() --- FICS/playerdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/playerdb.c b/FICS/playerdb.c index b301b99..876aa85 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -2437,7 +2437,7 @@ SaveThisMsg(int which, char *line) return 1; if (sscanf(line, "%19s", Sender) != 1) { - warnx("%s: failed to read sender"); + warnx("%s: failed to read sender", __func__); return 0; } -- cgit v1.2.3