summaryrefslogtreecommitdiff
path: root/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch
blob: ec8e1273893f37e63cb4771f0e027ed0d9a88a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/effects.c b/src/effects.c
index a97a2ec..3988b04 100644
--- a/src/effects.c
+++ b/src/effects.c
@@ -5191,7 +5191,7 @@ int take_hit(int damage_type, int damage, cptr hit_from, int monspell)
 			}
 			else
 			{
-				char buf[10];
+				char buf[15];
 
 				if (p_ptr->inside_arena)
 #ifdef JP