summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cff/cffdrivr.c2
1 files changed, 1 insertions, 1 deletions
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 )