mirror of https://github.com/freetype/freetype
* src/pshinter/pshrec.c (ps_hints_stem): Correct argument.
This commit is contained in:
parent
a46424228f
commit
b875924a6f
|
@ -806,7 +806,7 @@
|
|||
ps_hints_stem( PS_Hints hints,
|
||||
FT_UInt dimension,
|
||||
FT_Int count,
|
||||
FT_Long* stems )
|
||||
FT_Pos* stems )
|
||||
{
|
||||
PS_Dimension dim;
|
||||
|
||||
|
|
Loading…
Reference in New Issue