[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Aug 26 11:30:43 PDT 2012
src/hb-ot-shape-complex-indic.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 23b0e9d7dc801e11640979af3c2b00649a519bb1
Author: Behdad Esfahbod <behdad at behdad.org>
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:
{
More information about the HarfBuzz
mailing list