This commit is contained in:
Behdad Esfahbod 2019-07-26 14:34:26 -07:00
parent 60d0fe2eda
commit 0a18efd766
1 changed files with 1 additions and 1 deletions

View 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 _) {