diff --git a/src/cff/cffdrivr.c b/src/cff/cffdrivr.c index 3d08f8d5b..7ee26a9f4 100644 --- a/src/cff/cffdrivr.c +++ b/src/cff/cffdrivr.c @@ -181,7 +181,7 @@ if ( load_flags & FT_LOAD_NO_SCALE ) size = NULL; - if ( cffsize ) + if ( size ) { /* these two objects must have the same parent */ if ( size->face != slot->face )