freetype-devel
[Top][All Lists]
Advanced

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

[Devel] a bug


From: 王毅
Subject: [Devel] a bug
Date: Fri, 12 Apr 2002 09:06:38 +0800

Hi,
File: pshinter\pshalgo2.c
Function: static void psh2_glyph_find_strong_points(PSH2_Glyph glyph, FT_Int 
dimension)
Line: 1144
  
  ……
  If (count > 0)
  ……
  shuold be:
        ……
        if (count > 0 && glyph->points)
        ……

Jacky





reply via email to

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