[unsafe-to-concat] Adjust "interior"ness of "from_out_buffer"
This commit is contained in:
parent
4f04baef17
commit
ea1b32c8c1
|
@ -458,7 +458,7 @@ struct hb_buffer_t
|
||||||
{
|
{
|
||||||
set_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_CONCAT,
|
set_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_CONCAT,
|
||||||
start, end,
|
start, end,
|
||||||
true, true);
|
false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue