freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * src/sdf/ftsdf.c (get_control_box): Fi


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] * src/sdf/ftsdf.c (get_control_box): Fix compiler warning.
Date: Wed, 18 Aug 2021 06:53:16 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • src/sdf/ftsdf.c
    ... ... @@ -841,12 +841,12 @@
    841 841
        *
    
    842 842
        */
    
    843 843
     
    
    844
    -  /* Return the control box of a edge.  The control box is a rectangle */
    
    845
    -  /* in which all the control points can fit tightly.                  */
    
    844
    +  /* Return the control box of an edge.  The control box is a rectangle */
    
    845
    +  /* in which all the control points can fit tightly.                   */
    
    846 846
       static FT_CBox
    
    847 847
       get_control_box( SDF_Edge  edge )
    
    848 848
       {
    
    849
    -    FT_CBox  cbox;
    
    849
    +    FT_CBox  cbox   = { 0, 0, 0, 0 };
    
    850 850
         FT_Bool  is_set = 0;
    
    851 851
     
    
    852 852
     
    


  • reply via email to

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