From 6e613f3365bf4e9fd778758c53e7de00c64beca1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 23 Oct 2013 23:34:13 +0200 Subject: [PATCH] Fix "shift count >= width of type" issue --- src/hb-ot-shape-complex-indic-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic-private.hh b/src/hb-ot-shape-complex-indic-private.hh index 7101eb8be..3de5c203f 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. */