[unsafe-to-concat] Adjust "interior"ness of "from_out_buffer"

This commit is contained in:
Behdad Esfahbod 2022-01-21 18:58:33 -07:00
parent 4f04baef17
commit ea1b32c8c1
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ struct hb_buffer_t
{
set_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_CONCAT,
start, end,
true, true);
false, true);
}