From 5ae22a4de595104e56613dbe54947478fbd4371c Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 5 Aug 2004 07:43:23 +0000 Subject: [PATCH] *** empty log message *** --- src/otfdrive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otfdrive.c b/src/otfdrive.c index fbb5112..5acdf22 100644 --- a/src/otfdrive.c +++ b/src/otfdrive.c @@ -926,7 +926,7 @@ lookup_gpos (OTF_LookupList *lookup_list, unsigned lookup_list_index, = attach->ComponentRecord[j].LigatureAnchor; if (lig_anchor[mark_record->Class].AnchorFormat - && num_class[mark_record->Class]-- < 0) + && num_class[mark_record->Class]-- == 0) { g->positioning_type = lookup->LookupType; g->f.f5.mark_anchor = &mark_record->MarkAnchor; -- 1.7.10.4