aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/director/cachedmactext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/cachedmactext.cpp b/engines/director/cachedmactext.cpp
index 6d3faff5f6..531d056582 100644
--- a/engines/director/cachedmactext.cpp
+++ b/engines/director/cachedmactext.cpp
@@ -55,7 +55,7 @@ void CachedMacText::makeMacText() {
1);
// TODO destroy me
- debug(5, "CachedMacText::makeMacText(): rendering '%s'", _textCast->_ftext.c_str());
+ debug(5, "CachedMacText::makeMacText(): rendering '%s'", Common::toPrintable(_textCast->_ftext).c_str());
}
CachedMacText::CachedMacText(TextCast *const textCast,