summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 0f8529fb26..e8fc2573dc 100644
--- a/io.c
+++ b/io.c
@@ -159,7 +159,7 @@ io_write(io, str)
#ifdef __human68k__
{
- register UCHAR *ptr = RSTRING(str)->ptr;
+ register char *ptr = RSTRING(str)->ptr;
n = (int)RSTRING(str)->len;
while (--n >= 0)
if (fputc(*ptr++, f) == EOF)