diff -u -r angban~1.ori/src/store.c angban~1/src/store.c
--- angban~1.ori/src/store.c	Tue Jul 25 20:57:50 2000
+++ angban~1/src/store.c	Tue Aug 29 11:12:54 2000
@@ -2840,7 +2840,7 @@
 	o_ptr = &st_ptr->stock[item];
 
 	/* Description */
-	object_desc(o_name, o_ptr, TRUE, 3);
+	object_desc_store(o_name, o_ptr, TRUE, 3);
 
 	/* Describe */
 	msg_format("Examining %s...", o_name);


