diff options
Diffstat (limited to 'src/afont.c')
| -rw-r--r-- | src/afont.c | 2 |
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; } |
