From dc3f9d7b9e0ee8c160d06c8be458403b31ac324a Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Jan 2024 01:48:15 +0100 Subject: Fixed 'too many arguments for format' --- FICS/matchproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 1522e3e..7c095c4 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -777,7 +777,7 @@ PUBLIC int com_match(int p, param_list param) pprintf(p1, "\n%s updates the match request.\n", parray[p].name); } else { pprintf(p, "Issuing: "); - pprintf(p1, "\n", parray[p].name); + pprintf(p1, "\n"); // XXX: 'parray[p].name' } pprintf(p, "%s (%s) %s", parray[p].name, -- cgit v1.2.3