Skip to content

Commit

Permalink
SHERLOCK: RT: Compilation fix in putMessage call
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jul 3, 2015
1 parent 870b337 commit d6464b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/tattoo/widget_talk.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit d6464b4

Please sign in to comment.