(lookup_gpos): Fix handling of IGNORED_GLYPH.
authorhanda <handa>
Fri, 17 Aug 2007 05:43:24 +0000 (05:43 +0000)
committerhanda <handa>
Fri, 17 Aug 2007 05:43:24 +0000 (05:43 +0000)
src/otfdrive.c

index a822704..73ed66f 100644 (file)
@@ -815,7 +815,7 @@ lookup_gpos (OTF_LookupList *lookup_list, unsigned lookup_list_index,
            OTF_Glyph *nextg;
 
            for (next_gidx = gidx + 1, nextg = gstring->glyphs + next_gidx;
-                next_gidx < gstring->used && ! IGNORED_GLYPH (nextg, flag);
+                next_gidx < gstring->used && IGNORED_GLYPH (nextg, flag);
                 next_gidx++, nextg++);
 
            if (next_gidx >= gstring->used