From f90cd9b1f5ade8ad5e3b7caf0272936ad7a0f419 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Feb 2018 01:03:23 -0800 Subject: [PATCH] [aat/ankr] Hook up Lookup table --- src/hb-aat-layout-ankr-table.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh index 8ccaa7e86..68fa96fcf 100644 --- a/src/hb-aat-layout-ankr-table.hh +++ b/src/hb-aat-layout-ankr-table.hh @@ -45,14 +45,14 @@ struct ankr { TRACE_SANITIZE (this); return_trace (c->check_struct (this) && version == 0 && - /* XXX lookupTable */ + lookupTable.sanitize (c, this) && anchors.sanitize (c, this)); } protected: HBUINT16 version; /* Version number (set to zero) */ HBUINT16 flags; /* Flags (currently unused; set to zero) */ - LOffsetTo lookupTable; /* Offset to the table's lookup table */ + LOffsetTo > lookupTable; /* Offset to the table's lookup table */ LOffsetTo > anchors; /* Offset to the glyph data table */