* src/pshinter/pshrec.c (ps_hints_stem): Correct argument.

This commit is contained in:
Alexei Podtelezhnikov 2024-05-10 23:01:23 -04:00
parent a46424228f
commit b875924a6f
1 changed files with 1 additions and 1 deletions

View File

@ -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;