From 3fd76a930d667d325e89c2ae395beb1639059a40 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 29 Jun 2004 04:33:52 +0000 Subject: [PATCH] (lookup_gsub): Fix handling of lookup type 6 format 3. --- src/otfdrive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otfdrive.c b/src/otfdrive.c index 8afcd75..ff1245e 100644 --- a/src/otfdrive.c +++ b/src/otfdrive.c @@ -602,7 +602,7 @@ lookup_gsub (OTF_LookupList *lookup_list, unsigned lookup_list_index, if (gidx < context3->BacktrackGlyphCount || (gidx + context3->InputGlyphCount + context3->LookaheadGlyphCount) > gstring->used) - return -1; + continue; if (match_chain_coverages (gstring, gidx, context3) < 0) continue; orig_used = gstring->used; -- 1.7.10.4