diff -u -r angban~1/src/cmd6.c angband/src/cmd6.c
--- angban~1/src/cmd6.c	Tue Jul 25 20:57:48 2000
+++ angband/src/cmd6.c	Sat Aug 19 17:01:20 2000
@@ -3011,7 +3011,7 @@
 
 			case ACT_GENOCIDE:
 			{
-				msg_format("Your % glows deep blue...", o_name);
+				msg_format("Your %s glows deep blue...", o_name);
 				(void)genocide();
 				break;
 			}


