aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/inter.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-19 20:16:19 -0700
committerPaul Gilbert2019-06-22 14:40:49 -0700
commit51a142aaf89fc5231b5a7b390ede08b1f7f1e08d (patch)
treee7ec77d28742ba8f2d5d4e6079f86be8d477f14e /engines/glk/alan2/inter.cpp
parent35cfe001c24fea912d59bcb14ce72bd3411ce66a (diff)
downloadscummvm-rg350-51a142aaf89fc5231b5a7b390ede08b1f7f1e08d.tar.gz
scummvm-rg350-51a142aaf89fc5231b5a7b390ede08b1f7f1e08d.tar.bz2
scummvm-rg350-51a142aaf89fc5231b5a7b390ede08b1f7f1e08d.zip
GLK: ALAN2: Loading fixes
Diffstat (limited to 'engines/glk/alan2/inter.cpp')
-rw-r--r--engines/glk/alan2/inter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/inter.cpp b/engines/glk/alan2/inter.cpp
index 02b4f4819f..dd3ee9e0bd 100644
--- a/engines/glk/alan2/inter.cpp
+++ b/engines/glk/alan2/inter.cpp
@@ -257,7 +257,7 @@ void interpret(adr)
printf("PRINT \t%5ld, %5ld\t\"", fpos, len);
col = 34; /* To format it better! */
}
- print((char *)fpos, len);
+ print(fpos, len);
if (stpflg)
printf("\"");
break;