[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Nov 4 01:45:54 UTC 2018


 src/hb-ot-post-table.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4eb52460c8c6dc48af240f2254f76fae065bfa97
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Nov 3 21:45:39 2018 -0400

    Fix >>

diff --git a/src/hb-ot-post-table.hh b/src/hb-ot-post-table.hh
index 6432f3f1..b15a459b 100644
--- a/src/hb-ot-post-table.hh
+++ b/src/hb-ot-post-table.hh
@@ -254,7 +254,7 @@ struct post
     private:
     hb_blob_t *blob;
     uint32_t version;
-    hb_nonnull_ptr_t<const ArrayOf<HBUINT16>> glyphNameIndex;
+    hb_nonnull_ptr_t<const ArrayOf<HBUINT16> > glyphNameIndex;
     hb_vector_t<uint32_t, 1> index_to_offset;
     const uint8_t *pool;
     hb_atomic_ptr_t<uint16_t *> gids_sorted_by_name;


More information about the HarfBuzz mailing list