summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commit11056413f0457bca511ad6f875219e031a2c3503 (patch)
tree79b3c49932a59162d207148cfa89561a3574cc3a /src/store.cc
parentdaede88ba01cc86d982ff2f2f40fdf517cb90ab0 (diff)
Remove ow_head, ow_name
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) */