From e11721ee0248367801d37554e90c50da646962d1 Mon Sep 17 00:00:00 2001 From: Moazin Khatti Date: Wed, 10 Jul 2019 15:47:45 +0500 Subject: [PATCH] Forgot an `else', fix that. --- src/base/ftobjs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c index aec7cc5b4..16f947cc0 100644 --- a/src/base/ftobjs.c +++ b/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 ) {