(IGNORED_GLYPH): Fix previous change.
authorhanda <handa>
Fri, 13 Aug 2004 08:26:59 +0000 (08:26 +0000)
committerhanda <handa>
Fri, 13 Aug 2004 08:26:59 +0000 (08:26 +0000)
src/otfdrive.c

index 60eee03..c236414 100644 (file)
@@ -35,6 +35,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place, Suite
   ((g)->glyph_id == 0                          \
    || ((flag) & (1 << (g)->GlyphClass))                \
    || (((flag) & OTF_MarkAttachmentType)       \
+       && (g)->GlyphClass == 3                 \
        && ((flag) >> 8) != (g)->MarkAttachClass))
 
 #define GSTRING_DELETE(gstring, from, len)                             \