From 66d698deabac10fac48ce54ce8d8687b63dd0e81 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 13 Apr 2024 19:56:05 +0200 Subject: strlcat() -> mstrlcat() --- FICS/gameproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/gameproc.c') diff --git a/FICS/gameproc.c b/FICS/gameproc.c index 64588e8..be7f39c 100644 --- a/FICS/gameproc.c +++ b/FICS/gameproc.c @@ -241,7 +241,7 @@ game_ended(int g, int winner, int why) break; } - strlcat(outstr, tmp, sizeof outstr); + mstrlcat(outstr, tmp, sizeof outstr); if (beingplayed) { pprintf_noformat(garray[g].white, "%s", outstr); -- cgit v1.2.3