Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 26 Jul 2019 21:34:26 +0000 (14:34 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 26 Jul 2019 21:34:26 +0000 (14:34 -0700)
src/hb-ot-layout-gsub-table.hh

index a6cc1a2..84e1b15 100644 (file)
@@ -248,7 +248,7 @@ struct SingleSubst
     if (unlikely (!c->extend_min (u.format))) return_trace (false);
     unsigned format = 2;
     unsigned delta = 0;
-    if (glyphs.len ())
+    if (glyphs)
     {
       format = 1;
       auto get_delta = [=] (hb_codepoint_pair_t _) {