* src/winfonts/winfnt.c (fnt_face_get_dll_font): Unwrap arithmetic.

cmap32
Alexei Podtelezhnikov 5 months ago
parent 72e199e8d3
commit a48cdddef3
  1. 4
      src/winfonts/winfnt.c

@ -359,8 +359,8 @@
if ( type_id == 0x8008U )
{
font_count = count;
font_offset = FT_STREAM_POS() + 4 +
(FT_ULong)( stream->cursor - stream->limit );
font_offset = FT_STREAM_POS() + 4 -
(FT_ULong)( stream->limit - stream->cursor );
break;
}

Loading…
Cancel
Save