summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index ae7f8aa1..02b51056 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -831,7 +831,7 @@ void self_knowledge(FILE *fff)
static char buf[250];
sprintf(buf, "You are dead, killed by %s %s.",
- died_from, describe_player_location());
+ died_from, describe_player_location().c_str());
info[i++] = buf;
}