freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] rendering bug reintroduced in freetype 2.1.7


From: Werner LEMBERG
Subject: Re: [Devel] rendering bug reintroduced in freetype 2.1.7
Date: Tue, 24 Feb 2004 08:38:32 +0100 (CET)

> Here's a fix which restores the rendering as it was in 2.1.4;
> 
> --- src/pshinter/pshglob.c      2004-02-05 15:31:55.893371707 +0000
> +++ src/pshinter/pshglob.c-orig 2004-02-05 15:29:16.757977331 +0000
> @@ -663,7 +663,7 @@
>            read++;
>          }
>   
> -        dim->stdw.count = write - dim->stdw.widths; 
> +        dim->stdw.count = priv->num_snap_heights;
>        }
>   
>        /* copy blue zones */

Is it possible that you've sent an inversed patch?  The line

   dim->stdw.count = priv->num_snap_heights;

actually is in the CVS.


    Werner



reply via email to

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