[cff] Move a sub_array call

No logic change.... I hope?!
pull/3885/head
Behdad Esfahbod 2 years ago
parent f66415cdd1
commit 18141f0007
  1. 2
      src/hb-cff-interp-common.hh

@ -521,7 +521,7 @@ struct parsed_values_t
{
VAL *val = values.push ();
val->op = op;
val->str = str_ref.str.sub_array (opStart, str_ref.offset - opStart);
val->str = str_ref.sub_array (opStart, str_ref.offset - opStart);
opStart = str_ref.offset;
}

Loading…
Cancel
Save