diff --git a/src/hb-subset-cff-common.hh b/src/hb-subset-cff-common.hh index 151a49adc..923bc8e68 100644 --- a/src/hb-subset-cff-common.hh +++ b/src/hb-subset-cff-common.hh @@ -875,7 +875,7 @@ struct subr_subsetter_t } for (unsigned int i = 0; i < count; i++) { - const parsed_cs_op_t &opstr = str.values[i]; + const parsed_cs_op_t &opstr = str.values.arrayZ[i]; if (!opstr.for_drop () && !opstr.for_skip ()) { switch (opstr.op)