src/hb-ot-shape-complex-indic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 23b0e9d7dc801e11640979af3c2b00649a519bb1 Author: Behdad Esfahbod <[email protected]> Date: Sun Aug 26 14:30:18 2012 -0400 [Indic] Fix switch D'oh. Was working by pure chance :)). diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc index b2513ef..e39629f 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: { _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
