commit | 474a12058d681f2d7cef84db0cf20f9f784fa400 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Dec 21 18:46:51 2018 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Dec 21 18:53:01 2018 -0500 |
tree | 76fb9f03dfb21c4cc44dfa12eb53d78aa8384463 | |
parent | 2fc1860a5b40f5deba720c0c1099fdd0450b77c0 [diff] [blame] |
[array/vector] Rename len to length
diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index ac6e646..532cf4b 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh
@@ -2636,7 +2636,7 @@ bool apply (hb_ot_apply_context_t *c) const { - for (unsigned int i = 0; i < subtables.len; i++) + for (unsigned int i = 0; i < subtables.length; i++) if (subtables[i].apply (c)) return true; return false;