[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] a bug
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] a bug |
Date: |
Tue, 16 Apr 2002 16:06:37 +0200 (CEST) |
> 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)
> ……
Hmm, the glyph->points array is always allocated in
psh2_glyph_init(), so this test shouldn't be necessary. Which
problem do you exactly have?
Werner
PS: Please use the diff program for sending such reports.
- [Devel] a bug, 王毅, 2002/04/11
- Re: [Devel] a bug,
Werner LEMBERG <=