[cff] Move a sub_array call

No logic change.... I hope?!
This commit is contained in:
Behdad Esfahbod 2022-11-21 09:47:03 -07:00
parent f66415cdd1
commit 18141f0007
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}