src/hb-ot-layout-gsubgpos-private.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4a48fe6d4f884a37e720430347d10dbe3562a79
Author: Behdad Esfahbod <[email protected]>
Date:   Tue Jan 17 18:08:41 2012 -0500

    Fix mark skipping regression
    
    Ouch!

diff --git a/src/hb-ot-layout-gsubgpos-private.hh 
b/src/hb-ot-layout-gsubgpos-private.hh
index f22306f..8dbfc16 100644
--- a/src/hb-ot-layout-gsubgpos-private.hh
+++ b/src/hb-ot-layout-gsubgpos-private.hh
@@ -88,9 +88,9 @@ struct hb_apply_context_t
     {
       do
       {
-       idx++;
        if (has_no_chance ())
          return false;
+       idx++;
       } while (_hb_ot_layout_skip_mark (c->face, &c->buffer->info[idx], 
lookup_props, property_out));
       num_items--;
       return true;
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to