From 16a30a291dcdf43998f922388d213d54ef8fa3b7 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 17 Aug 2015 07:39:38 +0200 Subject: [PATCH] Minor bug fix. --- lib/taglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/taglobal.c b/lib/taglobal.c index dc827ea..6894f5f 100644 --- a/lib/taglobal.c +++ b/lib/taglobal.c @@ -236,7 +236,7 @@ ta_face_globals_compute_style_coverage(TA_FaceGlobals globals) TA_Script_UniRange range; - if (script_class->script_uni_ranges == NULL) + if (script_class->script_uni_ranges->first == 0) continue; /* scan all Unicode points in the range and */ -- 2.11.4.GIT