[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Aug 14 19:36:47 UTC 2017


 src/hb-buffer.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 338e61ad1b40110a70c4fb497b117bcb07548467
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Aug 14 12:36:38 2017 -0700

    Fix typo

diff --git a/src/hb-buffer.h b/src/hb-buffer.h
index abb1ea38..98f83ff5 100644
--- a/src/hb-buffer.h
+++ b/src/hb-buffer.h
@@ -490,7 +490,7 @@ typedef enum { /*< flags >*/
   /* If the buffers have the same length, we compare them glyph-by-glyph
    * and report which aspect(s) of the glyph info/position are different. */
   HB_BUFFER_DIFF_FLAG_CODEPOINT_MISMATCH	= 0x0010,
-  HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH		= 0x0010,
+  HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH		= 0x0020,
   HB_BUFFER_DIFF_FLAG_MASK_MISMATCH		= 0x0040,
   HB_BUFFER_DIFF_FLAG_POSITION_MISMATCH		= 0x0080
 


More information about the HarfBuzz mailing list