summaryrefslogtreecommitdiff
path: root/src/afont.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-05 18:05:07 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit1fcf3c028ae1eb5072e70fa0a8a856dfbfae595b (patch)
treefa8525b82613bee8b819ce12b7e37dc044ec248c /src/afont.c
parent49c2203275d1e8480f8778c8d8ce2a7947278b67 (diff)
afont.c now builds
Diffstat (limited to 'src/afont.c')
-rw-r--r--src/afont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afont.c b/src/afont.c
index bb7eaf7..891a909 100644
--- a/src/afont.c
+++ b/src/afont.c
@@ -761,7 +761,7 @@ void BLTString(FONT_DESC str_packet)
}
}
}
- while(++strptr != end_char);
+ while(++strptr != (unsigned char *)end_char);
pos_y += font.fontHeight - 2;
}