Forgot an `else', fix that.

hooks-via-module-property
Moazin Khatti 6 years ago
parent 509ae10ca5
commit e11721ee02
  1. 1
      src/base/ftobjs.c

@ -564,6 +564,7 @@
if ( !( slot->face->face_flags & FT_FACE_FLAG_SVG ) )
slot->other = NULL;
else
{
if ( slot->internal->flags & FT_GLYPH_OWN_GZIP_SVG )
{

Loading…
Cancel
Save