commit | b875924a6fc176d46fc9f82c616db631fc4d665c | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Sat May 11 03:01:23 2024 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Sat May 11 03:01:23 2024 |
tree | dbde883be2ca05fc8b00b21bb467433b94cd957d | |
parent | a46424228f0998a72c715f32e18dca8a7a764c1f [diff] |
* src/pshinter/pshrec.c (ps_hints_stem): Correct argument.
diff --git a/src/pshinter/pshrec.c b/src/pshinter/pshrec.c index b10c70e..0b2b549 100644 --- a/src/pshinter/pshrec.c +++ b/src/pshinter/pshrec.c
@@ -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;