Commit 1fc440b222d60ab7927350f583b8cfa01b2c77db

Werner Lemberg 2010-01-05T13:39:37

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/type1/t1gload.c b/src/type1/t1gload.c
index cc8288d..481e5af 100644
--- a/src/type1/t1gload.c
+++ b/src/type1/t1gload.c
@@ -289,7 +289,7 @@
 
 #ifdef FT_CONFIG_OPTION_INCREMENTAL
     if ( glyph_index >= (FT_UInt)face->root.num_glyphs &&
-         face->root.internal->incremental_interface    )
+         !face->root.internal->incremental_interface   )
 #else
     if ( glyph_index >= (FT_UInt)face->root.num_glyphs )
 #endif /* FT_CONFIG_OPTION_INCREMENTAL */