summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/store.cc b/src/store.cc
index e948c094..aef29160 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -1598,10 +1598,8 @@ void display_store(void)
/* Normal stores */
else
{
- cptr owner_name = (ow_name + ot_ptr->name);
-
/* Put the owner name and race */
- strnfmt(buf, 80, "%s", owner_name);
+ strnfmt(buf, 80, "%s", ot_ptr->name);
put_str(buf, 3, 10);
/* Show the max price in the store (above prices) */