OSDN Git Service

[Fix] Fix a build failure that occurs when --disable-japanese is in effect
authorPHO <pho@cielonegro.org>
Thu, 6 Feb 2020 06:26:56 +0000 (15:26 +0900)
committerPHO <pho@cielonegro.org>
Thu, 6 Feb 2020 06:26:56 +0000 (15:26 +0900)
src/monster1.c

index 582b354..f657e42 100644 (file)
@@ -669,7 +669,7 @@ static void roff_aux(MONRACE_IDX r_idx, BIT_FLAGS mode)
                        /* Mention the experience */
                        hooked_roff(format(" is worth about %ld.%02ld point%s for level %d player",
                                (long)i, (long)j,
-                               (((i == 1) && (j == 0)) ? "" : "s")), p_ptr->lev);
+                               (((i == 1) && (j == 0)) ? "" : "s"), p_ptr->lev));
 
                        /* Take account of annoying English */
                        p = "th";