mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 19:28:00 +02:00
* src/cff/cffobjs.c (cff_size_get_globals_funcs): Shorten de-referencing.
This commit is contained in:
parent
5ac6276af1
commit
2adef94f43
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue