Commit Diff


commit - 283a70612202d4a7d5d5cf8176f5701c03826396
commit + 66d698deabac10fac48ce54ce8d8687b63dd0e81
blob - 64588e8bb757431e68f8bd0616b495fd7278ec27
blob + be7f39c9da1cd34e7d4ea7bd2e3f6fceb4a7d9f4
--- FICS/gameproc.c
+++ 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);