変愚蛮怒のメインリポジトリです
Revisión | ca5f7b9050072983a313ec16cbde0114144bf75d (tree) |
---|---|
Tiempo | 2020-02-06 15:26:56 |
Autor | PHO <pho@ciel...> |
Commiter | PHO |
[Fix] Fix a build failure that occurs when --disable-japanese is in effect
@@ -669,7 +669,7 @@ static void roff_aux(MONRACE_IDX r_idx, BIT_FLAGS mode) | ||
669 | 669 | /* Mention the experience */ |
670 | 670 | hooked_roff(format(" is worth about %ld.%02ld point%s for level %d player", |
671 | 671 | (long)i, (long)j, |
672 | - (((i == 1) && (j == 0)) ? "" : "s")), p_ptr->lev); | |
672 | + (((i == 1) && (j == 0)) ? "" : "s"), p_ptr->lev)); | |
673 | 673 | |
674 | 674 | /* Take account of annoying English */ |
675 | 675 | p = "th"; |