aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/tattoo/widget_talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/widget_talk.cpp b/engines/sherlock/tattoo/widget_talk.cpp
index 562fc4377c..4732ecc454 100644
--- a/engines/sherlock/tattoo/widget_talk.cpp
+++ b/engines/sherlock/tattoo/widget_talk.cpp
@@ -406,7 +406,7 @@ void WidgetTalk::handleEvents() {
if (select == -1) {
talk.freeTalkVars();
- ui.putMessage("%s", FIXED(NothingToSay));
+ ui.putMessage("%s", FIXED(NothingToSay).c_str());
return;
}