Fix mark skipping regression

Ouch!
This commit is contained in:
Behdad Esfahbod 2012-01-17 18:08:41 -05:00
parent 4ab9731154
commit a4a48fe6d4
1 changed files with 1 additions and 1 deletions

View File

@ -88,9 +88,9 @@ struct hb_apply_context_t
{ {
do do
{ {
idx++;
if (has_no_chance ()) if (has_no_chance ())
return false; return false;
idx++;
} while (_hb_ot_layout_skip_mark (c->face, &c->buffer->info[idx], lookup_props, property_out)); } while (_hb_ot_layout_skip_mark (c->face, &c->buffer->info[idx], lookup_props, property_out));
num_items--; num_items--;
return true; return true;