freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] * src/pshinter/pshrec.c (ps_hints_stem)


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * src/pshinter/pshrec.c (ps_hints_stem): Correct argument.
Date: Sat, 11 May 2024 03:34:28 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • b875924a
    by Alexei Podtelezhnikov (Алексей Подтележников) at 2024-05-10T23:01:23-04:00
    * src/pshinter/pshrec.c (ps_hints_stem): Correct argument.
    

1 changed file:

Changes:

  • src/pshinter/pshrec.c
    ... ... @@ -806,7 +806,7 @@
    806 806
       ps_hints_stem( PS_Hints  hints,
    
    807 807
                      FT_UInt   dimension,
    
    808 808
                      FT_Int    count,
    
    809
    -                 FT_Long*  stems )
    
    809
    +                 FT_Pos*   stems )
    
    810 810
       {
    
    811 811
         PS_Dimension  dim;
    
    812 812
     
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]