freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] possible freetype glitch


From: Werner LEMBERG
Subject: Re: [Devel] possible freetype glitch
Date: Sat, 26 Jun 2004 09:00:26 +0200 (CEST)

> note that:
>     while ( IS_ALPHANUM( *p ) && p < limit )
> 
> is _Not_ the same as:
>     while ( p < limit && IS_ALPHANUM( *p ) )
> 
> this bug may or may not actually have symptoms.

Thanks.  I've fixed this, together with a similar problem just a few
lines above.


    Werner




reply via email to

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