提交 674560cf 编写于 作者: B Behdad Esfahbod

Fix build

上级 45e55f70
......@@ -31,10 +31,10 @@
static void
test (hb_codepoint_t cp, unsigned int bit)
{
if (OT::hb_get_unicode_range_bit (cp) != bit)
if (OT::_hb_ot_os2_get_unicode_range_bit (cp) != bit)
{
fprintf (stderr, "got incorrect bit (%d) for cp 0x%X. Should have been %d.",
OT::hb_get_unicode_range_bit (cp),
OT::_hb_ot_os2_get_unicode_range_bit (cp),
cp,
bit);
abort();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册