ref: 1fc440b222d60ab7927350f583b8cfa01b2c77db
parent: 2a33275e3af01defc9230aa4b93a6b421cff9861
author: Werner Lemberg <[email protected]>
date: Tue Jan 5 08:39:37 EST 2010
Typo.
--- 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 */