From: Behdad Esfahbod Date: Thu, 11 Oct 2018 02:56:52 +0000 (-0400) Subject: [ankr] Start fixing X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7281cb3eeb00091c6e6085895afd4a38a0516f35;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [ankr] Start fixing --- diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh index a197cec..cc92ee2 100644 --- a/src/hb-aat-layout-ankr-table.hh +++ b/src/hb-aat-layout-ankr-table.hh @@ -60,17 +60,16 @@ struct ankr TRACE_SANITIZE (this); return_trace (likely (c->check_struct (this) && version == 0 && - lookupTable.sanitize (c, this) && - anchors.sanitize (c, this))); + lookupTable.sanitize (c, this))); } protected: HBUINT16 version; /* Version number (set to zero) */ HBUINT16 flags; /* Flags (currently unused; set to zero) */ - LOffsetTo > + LOffsetTo > > lookupTable; /* Offset to the table's lookup table */ - LOffsetTo > - anchors; /* Offset to the glyph data table */ + LOffsetTo + anchorData; /* Offset to the glyph data table */ public: DEFINE_SIZE_STATIC (12);