[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] rendering bug reintroduced in freetype 2.1.7
From: |
Torgeir Veimo |
Subject: |
Re: [Devel] rendering bug reintroduced in freetype 2.1.7 |
Date: |
Tue, 24 Feb 2004 08:30:41 +0000 |
On Tue, 2004-02-24 at 08:38 +0100, Werner LEMBERG wrote:
> > 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.
Yes, it's inversed.
--
Torgeir Veimo <address@hidden>