[subset] Fix previous commit
This commit is contained in:
parent
c4d2ef9004
commit
fa471043fc
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue