src/test-unicode-ranges.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 674560cf244054a7e8c16073a59aa1b01e1ba5ea
Author: Behdad Esfahbod <[email protected]>
Date:   Wed Oct 3 19:10:28 2018 +0200

    Fix build

diff --git a/src/test-unicode-ranges.cc b/src/test-unicode-ranges.cc
index 02d12710..d9342d7b 100644
--- a/src/test-unicode-ranges.cc
+++ b/src/test-unicode-ranges.cc
@@ -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();
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to