[Scummvm-cvs-logs] scummvm master -> d6464b48fc91bd52b65a2d6985b36f25f1c7b1ef

dreammaster dreammaster at scummvm.org
Fri Jul 3 21:06:21 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d6464b48fc SHERLOCK: RT: Compilation fix in putMessage call


Commit: d6464b48fc91bd52b65a2d6985b36f25f1c7b1ef
    https://github.com/scummvm/scummvm/commit/d6464b48fc91bd52b65a2d6985b36f25f1c7b1ef
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-07-03T15:05:27-04:00

Commit Message:
SHERLOCK: RT: Compilation fix in putMessage call

Changed paths:
    engines/sherlock/tattoo/widget_talk.cpp



diff --git a/engines/sherlock/tattoo/widget_talk.cpp b/engines/sherlock/tattoo/widget_talk.cpp
index 562fc43..4732ecc 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;
 						}
 






More information about the Scummvm-git-logs mailing list