OSDN Git Service

生い立ち設定ファイルの読み込みの際に, 文法エラーで失敗した場合にも
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 25 Sep 2003 03:04:45 +0000 (03:04 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 25 Sep 2003 03:04:45 +0000 (03:04 +0000)
ファイルが見つからないメッセージが出ないように変更.

src/birth.c

index 21496dd..078c9ad 100644 (file)
@@ -5296,10 +5296,8 @@ static bool do_cmd_histpref(void)
        {
 #ifdef JP
                msg_print("À¸¤¤Î©¤ÁÀßÄê¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ß¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£");
-               msg_print("histedit.prf¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£");
 #else
                msg_print("Failed to load background history preference.");
-               msg_print("Can't find histpref.prf");
 #endif
                msg_print(NULL);