From ba7e85c104e68b4685c1b3b5c9a260fe0f6879df Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 30 Jul 2011 21:11:53 -0400 Subject: [PATCH] Cosmetic --- src/hb-ot-shape-complex-indic.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index cc51b9c..abfc633 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -433,6 +433,7 @@ found_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t i--; /* -> until a consonant is found */ if (info[i].indic_category() == OT_C) + //if ((FLAG (info[i].indic_category()) & (FLAG (OT_C) | FLAG (OT_Ra)))) { /* -> that does not have a below-base or post-base form * (post-base forms have to follow below-base forms), */ -- 2.7.4