[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Sep 16 17:25:32 UTC 2018
src/hb-unicode.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cbcaba6ffdf6b147d45baa95d62fd29cec67ed54
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Sep 16 19:25:19 2018 +0200
One more bot fix
diff --git a/src/hb-unicode.hh b/src/hb-unicode.hh
index 6ee4a3ae..1f0d97e1 100644
--- a/src/hb-unicode.hh
+++ b/src/hb-unicode.hh
@@ -114,7 +114,7 @@ HB_UNICODE_FUNCS_IMPLEMENT_CALLBACKS_SIMPLE
* are MODIFIER_SYMBOL. Fixes:
* https://github.com/harfbuzz/harfbuzz/issues/169
*/
- if (unlikely (hb_in_range (u, 0x1F3FBu, 0x1F3FFu)))
+ if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1F3FBu, 0x1F3FFu)))
cat = HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK;
}
More information about the HarfBuzz
mailing list