* src/cff/cffobjs.c (cff_size_get_globals_funcs): Shorten de-referencing.
This commit is contained in:
parent
5ac6276af1
commit
2adef94f43
@ -69,8 +69,8 @@
|
||||
FT_Module module;
|
||||
|
||||
|
||||
module = FT_Get_Module( size->root.face->driver->root.library,
|
||||
"pshinter" );
|
||||
module = FT_Get_Module( font->library, "pshinter" );
|
||||
|
||||
return ( module && pshinter && pshinter->get_globals_funcs )
|
||||
? pshinter->get_globals_funcs( module )
|
||||
: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user