tags 675295 patch
stop

The attached patch fixes the bug.

--- ./matanza.w.orig	2012-08-11 18:55:00.000000000 +0000
+++ ./matanza.w	2012-08-11 18:59:29.000000000 +0000
@@ -1506,7 +1506,7 @@
   if (obj->info.ast.health <= 0)
     @<Asteroid |obj| has been broken@>@;
   else
-    sprintf(message_get(b->info.bullet.src), mat_bullets_hit_ast[b->info.bullet.type]);
+    sprintf(message_get(b->info.bullet.src), "%s", mat_bullets_hit_ast[b->info.bullet.type]);
 }
 
 @

Reply via email to