diff --git a/src/OT/Layout/GSUB/SingleSubstFormat1.hh b/src/OT/Layout/GSUB/SingleSubstFormat1.hh index 03b083207..cef19cf91 100644 --- a/src/OT/Layout/GSUB/SingleSubstFormat1.hh +++ b/src/OT/Layout/GSUB/SingleSubstFormat1.hh @@ -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++; }