From e234bb6a428cd6c8ddf57eb078cd51b9d1f25ba8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 24 Jan 2019 17:23:11 +0100 Subject: [PATCH] [AAT] Ignore machine errors and continue --- src/hb-aat-layout-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-aat-layout-common.hh b/src/hb-aat-layout-common.hh index 76ba98997..516a72210 100644 --- a/src/hb-aat-layout-common.hh +++ b/src/hb-aat-layout-common.hh @@ -778,7 +778,7 @@ struct StateTableDriver } if (unlikely (!c->transition (this, entry))) - break; + ;//break; Ignore error. state = machine.new_state (entry.newState); DEBUG_MSG (APPLY, nullptr, "s%d", state);