From 1fcf3c028ae1eb5072e70fa0a8a856dfbfae595b Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 5 Jul 2001 18:05:07 +0000 Subject: afont.c now builds --- src/afont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afont.c') 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; } -- cgit v1.3