summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index b3ad4908db..71836b9561 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5672,7 +5672,7 @@ void yred_make_enslaved_soul(monsters *mon, bool force_hostile,
monster_type soul_type = mons_species(type);
const std::string whose =
player_monster_visible(mon) ? apostrophise(mon->name(DESC_CAP_THE))
- : mon->pronoun(PRONOUN_CAP_POSSESSIVE).c_str();
+ : mon->pronoun(PRONOUN_CAP_POSSESSIVE);
const bool twisted = coinflip();
int corps = -1;