projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98aa3f6
)
Add XXX note
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 7 Oct 2010 05:21:19 +0000
(
01:21
-0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 7 Oct 2010 05:21:19 +0000
(
01:21
-0400)
src/hb-buffer.cc
patch
|
blob
|
history
diff --git
a/src/hb-buffer.cc
b/src/hb-buffer.cc
index ccc075a7355f6b5b19423957f36f0d342d3fb2eb..047dafd436536f54135cd5c435054f71f239c4fc 100644
(file)
--- a/
src/hb-buffer.cc
+++ b/
src/hb-buffer.cc
@@
-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)