From 51e772852191e99206bd69f2f06d029ba01e5745 Mon Sep 17 00:00:00 2001 From: blueshade7 Date: Sun, 17 Nov 2019 02:25:39 -0800 Subject: [PATCH] minor --- src/hb-ot-cff1-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index d4d25d88e..86583aa66 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1281,7 +1281,7 @@ struct cff1 } else { - byte_str = (*stringIndex)[sid - HB_CFF_STD_STR_COUNT ]; + byte_str = (*stringIndex)[sid - HB_CFF_STD_STR_COUNT]; str = (const char *)byte_str.arrayZ; str_len = byte_str.length; }