From: handa Date: Thu, 5 Aug 2004 07:43:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-0-9-1~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5ae22a4de595104e56613dbe54947478fbd4371c;p=m17n%2Flibotf.git *** empty log message *** --- 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;