aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hemisc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/hemisc.cpp')
-rw-r--r--engines/glk/hugo/hemisc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/hugo/hemisc.cpp b/engines/glk/hugo/hemisc.cpp
index c5a77803f7..696b7a2666 100644
--- a/engines/glk/hugo/hemisc.cpp
+++ b/engines/glk/hugo/hemisc.cpp
@@ -550,7 +550,7 @@ ContextCommandLoop:
}
else if (context_commands < MAX_CONTEXT_COMMANDS)
{
- char *cc;
+ const char *cc;
strncpy(context_command[context_commands], cc = GetWord(n), 64);
context_command[context_commands][63] = '\0';
@@ -977,7 +977,7 @@ char *Hugo::GetText(long textaddr) {
return g;
}
-char *Hugo::GetWord(unsigned int w) {
+const char *Hugo::GetWord(unsigned int w) {
static char *b;
unsigned short a;