[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Sep 10 23:40:03 UTC 2018


 src/hb-uniscribe.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96471fe8593575deceb44d3757c227f65f10a25e
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Sep 11 01:39:23 2018 +0200

    [uniscribe] Fix build

diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc
index 4a77c8c1..b77baa2f 100644
--- a/src/hb-uniscribe.cc
+++ b/src/hb-uniscribe.cc
@@ -392,7 +392,7 @@ _hb_rename_font (hb_blob_t *blob, wchar_t *new_name)
   name.stringOffset.set (name.get_size ());
   for (unsigned int i = 0; i < ARRAY_LENGTH (name_IDs); i++)
   {
-    OT::NameRecord &record = name.nameRecord[i];
+    OT::NameRecord &record = name.nameRecordZ[i];
     record.platformID.set (3);
     record.encodingID.set (1);
     record.languageID.set (0x0409u); /* English */


More information about the HarfBuzz mailing list