From 202cb1210ad0e29bcb2da406c2f23b847242fd2b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 28 Jan 2016 22:39:24 -0500 Subject: SHERLOCK: SS: Fix signed char issues with new isPrintable function --- engines/sherlock/journal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock/journal.h') diff --git a/engines/sherlock/journal.h b/engines/sherlock/journal.h index 0bd277aced..bacd9fa8b5 100644 --- a/engines/sherlock/journal.h +++ b/engines/sherlock/journal.h @@ -76,7 +76,7 @@ protected: /** * Returns true if a given character is printable */ - bool isPrintable(char ch) const; + bool isPrintable(byte ch) const; public: static Journal *init(SherlockEngine *vm); virtual ~Journal() {} -- cgit v1.2.3