From b875924a6fc176d46fc9f82c616db631fc4d665c Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Fri, 10 May 2024 23:01:23 -0400 Subject: [PATCH] * src/pshinter/pshrec.c (ps_hints_stem): Correct argument. --- src/pshinter/pshrec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pshinter/pshrec.c b/src/pshinter/pshrec.c index b10c70ec9..0b2b549fc 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;