diff options
-rw-r--r-- | FICS/gameproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |