[aat] Minor
This commit is contained in:
parent
6fa690c75a
commit
7033fe5877
|
@ -657,7 +657,7 @@ struct StateTableDriver
|
||||||
if (unlikely (!c->transition (this, entry)))
|
if (unlikely (!c->transition (this, entry)))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
last_was_dont_advance = (entry->flags & context_t::DontAdvance) && buffer->max_ops--;
|
last_was_dont_advance = (entry->flags & context_t::DontAdvance) && buffer->max_ops-- > 0;
|
||||||
|
|
||||||
state = entry->newState;
|
state = entry->newState;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue