Add XXX note

This commit is contained in:
Behdad Esfahbod 2010-10-07 01:21:19 -04:00
parent 98aa3f6544
commit 34db6f031d
1 changed files with 1 additions and 0 deletions

View File

@ -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)