src/hb-ot-shape-complex-indic-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
Author: Behdad Esfahbod <[email protected]>
Date:   Wed Oct 23 23:34:13 2013 +0200

    Fix "shift count >= width of type" issue

diff --git a/src/hb-ot-shape-complex-indic-private.hh 
b/src/hb-ot-shape-complex-indic-private.hh
index 7101eb8..3de5c20 100644
--- a/src/hb-ot-shape-complex-indic-private.hh
+++ b/src/hb-ot-shape-complex-indic-private.hh
@@ -61,7 +61,7 @@ enum indic_category_t {
   OT_Ra = 16,
   OT_CM = 17,  /* Consonant-Medial. */
   OT_Avag = 18, /* Avagraha. */
-  OT_CM2 = 41 /* Consonant-Medial, second slot. */
+  OT_CM2 = 31 /* Consonant-Medial, second slot. */
 };
 
 /* Visual positions in a syllable from left to right. */
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to