From 626d555a374f91acee75cc1c8fc762c4be760c51 Mon Sep 17 00:00:00 2001 From: mogami Date: Fri, 5 Sep 2003 21:23:59 +0000 Subject: [PATCH] =?utf8?q?format=EF=BD=A4=EF=BD=AC=EF=BD=B0=E7=BD=91?= =?utf8?q?=EF=BE=83=EF=BD=A4=EF=BD=BF=EF=BD=A1=EF=BD=A3%d=20->=20%ld?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/wizard1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wizard1.c b/src/wizard1.c index ffe1b9742..b7a2a89d4 100644 --- a/src/wizard1.c +++ b/src/wizard1.c @@ -2342,7 +2342,7 @@ static void spoil_mon_evol(cptr fname) #endif for (n = 1; r_ptr->next_exp; n++) { - fprintf(fff, "%*s-(%d)-> ", n * 2, "", r_ptr->next_exp); + fprintf(fff, "%*s-(%ld)-> ", n * 2, "", r_ptr->next_exp); fprintf(fff, "[%d]: ", r_ptr->next_r_idx); r_ptr = &r_info[r_ptr->next_r_idx]; #ifdef JP -- 2.11.0