This commit is contained in:
Werner Lemberg 2010-01-05 13:39:37 +01:00
parent 2a33275e3a
commit 1fc440b222
1 changed files with 1 additions and 1 deletions

View File

@ -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 */