[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Oct 23 14:34:44 PDT 2013
src/hb-ot-shape-complex-indic-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e613f3365bf4e9fd778758c53e7de00c64beca1
Author: Behdad Esfahbod <behdad at behdad.org>
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. */
More information about the HarfBuzz
mailing list