[buffer] Fix unsafe_to_concat()

Ouch!
This commit is contained in:
Behdad Esfahbod 2023-07-30 11:23:19 -06:00
parent 8fe506e153
commit b2a73166d4

View file

@ -473,7 +473,7 @@ struct hb_buffer_t
return;
_set_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_CONCAT,
start, end,
true);
false);
}
void unsafe_to_break_from_outbuffer (unsigned int start = 0, unsigned int end = -1)
{