From 23b0e9d7dc801e11640979af3c2b00649a519bb1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 26 Aug 2012 14:30:18 -0400 Subject: [PATCH] [Indic] Fix switch D'oh. Was working by pure chance :)). --- src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index b2513effa..e39629fd7 100644 --- a/src/hb-ot-shape-complex-indic.cc +++ b/src/hb-ot-shape-complex-indic.cc @@ -447,7 +447,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, hb_buffer has_reph = true; }; - switch (indic_plan->config->base_pos == BASE_POS_LAST) + switch (indic_plan->config->base_pos) { case BASE_POS_LAST: {