Add XXX note
This commit is contained in:
parent
98aa3f6544
commit
34db6f031d
|
@ -483,6 +483,7 @@ _hb_buffer_set_masks (hb_buffer_t *buffer,
|
|||
return;
|
||||
}
|
||||
|
||||
/* XXX can't bsearch since .cluster may not be sorted. */
|
||||
/* Binary search to find the start position and go from there. */
|
||||
unsigned int min = 0, max = buffer->len;
|
||||
while (min < max)
|
||||
|
|
Loading…
Reference in New Issue