From 03459974578895df00788b2ee40f7a5788cb0df5 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Wed, 16 Jun 2021 05:43:45 +0900 Subject: [PATCH] fix #42529 --- ChangeLog.j | 1 + src/options.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.j b/ChangeLog.j index ffcbfa0..1092292 100644 --- a/ChangeLog.j +++ b/ChangeLog.j @@ -2,6 +2,7 @@ * rumors‚Ì––”ö‚ɃSƒ~‚ª•\Ž¦‚³‚ê‚é (#41899) * Win10‚ʼnæ–ʍ¶’[‚Ì•¶Žš‚ª—‚ê‚é (#42072) * exeƒtƒ@ƒCƒ‹‚̃vƒƒpƒeƒB‚ª–¢’²® (#42037) + * uƒQ[ƒ€‚̃IƒvƒVƒ‡ƒ“ˆê——v‚ð•\Ž¦‚³‚¹‚é‚Ɖæ–Ê‚ª—‚ê‚é (#42529) * X11‚̃ƒP[ƒ‹‚ð“à•”‚Åja_JP.EUC-JP‚ɌŒ肷‚é (#40804) Sat Mar 13 2021 Kentaro Shirakata diff --git a/src/options.c b/src/options.c index 7665b64..59f9f44 100644 --- a/src/options.c +++ b/src/options.c @@ -6936,7 +6936,7 @@ option_help() /*JP Sprintf(buf, "Set options as OPTIONS= in %s", configfile); */ - Sprintf(buf, "ƒIƒvƒVƒ‡ƒ“‚Í%s‚Ì’†‚ÅOPTIONS=‚Ɛݒ肵‚Ü‚·", configfile); + Sprintf(buf, "ƒIƒvƒVƒ‡ƒ“‚Í %s ‚Ì’†‚ÅOPTIONS=‚Ɛݒ肵‚Ü‚·", configfile); opt_intro[CONFIG_SLOT] = (const char *) buf; for (i = 0; opt_intro[i]; i++) putstr(datawin, 0, opt_intro[i]); -- 2.11.0