aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2020-08-08 14:04:54 -0600
committerBehdad Esfahbod <behdad@behdad.org>2020-08-08 14:05:03 -0600
commitfce64a407d381372c92fcb5f0e551c17185ea735 (patch)
treea64865463d1cb617f3a068c3dab4bcc0c0eca4da /src
parentffe06c8f0498d7f5fe53c76e9d6fba9127997258 (diff)
downloadharfbuzz_ng-fce64a407d381372c92fcb5f0e551c17185ea735.tar.gz
Minor
Diffstat (limited to 'src')
-rw-r--r--src/hb-ot-layout-gpos-table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh
index 85fcab91d..2217d298f 100644
--- a/src/hb-ot-layout-gpos-table.hh
+++ b/src/hb-ot-layout-gpos-table.hh
@@ -549,7 +549,7 @@ struct AnchorMatrix
Iterator index_iter)
{
TRACE_SERIALIZE (this);
- if (!index_iter.len ()) return_trace (false);
+ if (!index_iter) return_trace (false);
if (unlikely (!c->extend_min ((*this)))) return_trace (false);
this->rows = num_rows;