• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revisionca5f7b9050072983a313ec16cbde0114144bf75d (tree)
Time2020-02-06 15:26:56
AuthorPHO <pho@ciel...>
CommiterPHO

Log Message

[Fix] Fix a build failure that occurs when --disable-japanese is in effect

Change Summary

Incremental Difference

--- a/src/monster1.c
+++ b/src/monster1.c
@@ -669,7 +669,7 @@ static void roff_aux(MONRACE_IDX r_idx, BIT_FLAGS mode)
669669 /* Mention the experience */
670670 hooked_roff(format(" is worth about %ld.%02ld point%s for level %d player",
671671 (long)i, (long)j,
672- (((i == 1) && (j == 0)) ? "" : "s")), p_ptr->lev);
672+ (((i == 1) && (j == 0)) ? "" : "s"), p_ptr->lev));
673673
674674 /* Take account of annoying English */
675675 p = "th";