OSDN Git Service

effect.cの英文時メッセージバッファの不足を修正。
authordeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 8 Mar 2011 15:21:29 +0000 (15:21 +0000)
committerdeskull <deskull@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 8 Mar 2011 15:21:29 +0000 (15:21 +0000)
src/effects.c

index 1c7f939..b244442 100644 (file)
@@ -5305,7 +5305,7 @@ int take_hit(int damage_type, int damage, cptr hit_from, int monspell)
                        }
                        else
                        {
-                               char buf[10];
+                               char buf[20];
 
                                if (p_ptr->inside_arena)
 #ifdef JP