[subset] Fix previous commit

This commit is contained in:
Behdad Esfahbod 2022-07-20 22:42:18 -06:00
parent c4d2ef9004
commit fa471043fc
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ struct SingleSubstFormat1_3
hb_codepoint_t sv = *s_iter;
if (cv == sv)
{
intersection.push ((cv + d) & mask);
intersection.push (cv);
c_iter++;
s_iter++;
}