diff --git a/src/hb-uniscribe.cc b/src/hb-uniscribe.cc index 905ad5ea1..657144887 100644 --- a/src/hb-uniscribe.cc +++ b/src/hb-uniscribe.cc @@ -709,7 +709,7 @@ _hb_uniscribe_shape (hb_shape_plan_t *shape_plan, for (unsigned int i = 0; i < range_records.len; i++) { range_record_t *range = &range_records[i]; - range->props.potfRecords = feature_records.array + reinterpret_cast (range->props.potfRecords); + range->props.potfRecords = feature_records.array + reinterpret_cast (range->props.potfRecords); } } else