mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[unsafe-to-concat] Adjust "interior"ness of "from_out_buffer"
This commit is contained in:
parent
4f04baef17
commit
ea1b32c8c1
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ struct hb_buffer_t
|
|||
{
|
||||
set_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_CONCAT,
|
||||
start, end,
|
||||
true, true);
|
||||
false, true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue