[subset-cff] Add comment

This commit is contained in:
Behdad Esfahbod 2022-11-26 18:12:14 -07:00
parent 048ab8a066
commit f68221ff43
1 changed files with 6 additions and 0 deletions

View File

@ -349,8 +349,14 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
unsigned int parsed_len = get_count ();
if (likely (parsed_len > 0))
{
values[parsed_len-1].set_skip ();
/* Note(behdad): Alternatively, we can pop the subr number completely instead?
* Seems to work. */
//values.pop ();
}
parsed_cs_op_t val;
val.init (subr_num);
SUPER::add_op (op, str_ref, val);