Commit MetaInfo

Revision53b24092534d8e4bc7937e300694d30e1cddbc14 (tree)
Time2022-10-22 22:48:02
AuthorSHIRAKATA Kentaro <argrath@ub32...>
CommiterSHIRAKATA Kentaro

Log Message

fix #45401

Change Summary

Incremental Difference

--- a/src/cmd.c
+++ b/src/cmd.c
@@ -2598,7 +2598,7 @@ int final;
25982598 */
25992599 Strcat(buf, "(例外あり)");
26002600 #if 1 /*JP*/
2601- Strcpy(buf, "に対してオン");
2601+ Strcat(buf, "に対してオン");
26022602 #endif
26032603 } else
26042604 /*JP
Show on old repository browser