From 41888eda6d6243a1b031db7171eddd969c688188 Mon Sep 17 00:00:00 2001 From: nothere Date: Wed, 11 Aug 2004 14:49:33 +0000 Subject: [PATCH] =?utf8?q?=E7=94=9F=E3=81=84=E7=AB=8B=E3=81=A1=E8=A8=AD?= =?utf8?q?=E5=AE=9A=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E8=AA=AD=E3=81=BF?= =?utf8?q?=E8=BE=BC=E3=81=BF=E3=81=A7,=20=E8=AA=AD=E3=81=BF=E8=BE=BC?= =?utf8?q?=E3=81=BF=E3=81=AB=E6=88=90=E5=8A=9F=E3=81=97=E3=81=A6=E3=82=82?= =?utf8?q?=E6=9C=89=E5=8A=B9=E3=81=AA"H:"=E8=A1=8C=20=E3=81=8C1?= =?utf8?q?=E8=A1=8C=E3=82=82=E3=81=AA=E3=81=84=E5=A0=B4=E5=90=88=E3=81=AF?= =?utf8?q?=E7=8F=BE=E5=9C=A8=E3=81=AE=E7=94=9F=E3=81=84=E7=AB=8B=E3=81=A1?= =?utf8?q?=E3=82=92=E6=B6=88=E5=8E=BB=E3=81=97=E3=81=AA=E3=81=84=E3=82=88?= =?utf8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/birth.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/birth.c b/src/birth.c index 0826da77d..3f7b56f91 100644 --- a/src/birth.c +++ b/src/birth.c @@ -5291,6 +5291,20 @@ static bool do_cmd_histpref(void) return FALSE; } + else if (!histpref_buf[0]) + { +#ifdef JP + msg_print("Í­¸ú¤ÊÀ¸¤¤Î©¤ÁÀßÄê¤Ï¤³¤Î¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤»¤ó¡£"); +#else + msg_print("There does not exist valid background history preference."); +#endif + msg_print(NULL); + + /* Kill the buffer */ + histpref_buf = NULL; + + return FALSE; + } /* Clear the previous history strings */ for (i = 0; i < 4; i++) p_ptr->history[i][0] = '\0'; -- 2.11.0