git probs

This commit is contained in:
Chris Young 2016-01-15 20:48:55 +00:00
parent 3ac1d78f41
commit 652c02ef08

View File

@ -104,7 +104,7 @@ static size_t ami_font_bm_convert_local_to_utf8_offset(const char *utf8string, s
{
size_t chr = 0;
for(WORD i = 0; i < offset; i++) {
for(int i = 0; i < offset; i++) {
chr = utf8_next(utf8string, length, chr);
}