Add XXX note
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 7 Oct 2010 05:21:19 +0000 (01:21 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 7 Oct 2010 05:21:19 +0000 (01:21 -0400)
src/hb-buffer.cc

index ccc075a..047dafd 100644 (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)