diff --git a/src/hb-bit-set.hh b/src/hb-bit-set.hh index 66bd2342a..3eb2c6ece 100644 --- a/src/hb-bit-set.hh +++ b/src/hb-bit-set.hh @@ -640,7 +640,7 @@ struct hb_bit_set_t for (; i < page_map.length; i++) { - const page_map_t ¤t = page_map.arrayZ[i]; + const page_map_t ¤t = page_map_array[i]; hb_codepoint_t m = pages_array[current.index].get_min (); if (m != INVALID) {