On Tue, Jul 22, 2003 at 02:57:02PM +0100, John Levon wrote:
> On Tue, Jul 22, 2003 at 12:37:52PM +0200, Andre Poenitz wrote:
> 
> >     for (; pit != end; ++pit) {
> > +           // compute inset metrics
> > +           for (int pos = 0; pos != pit->size(); ++pos) {
> > +                   if (pit->isInset(pos)) {
> > +                           Dimension dim;
> > +                           MetricsInfo m = mi;
> > +                           pit->getInset(pos)->metrics(m, dim);
> > +                   }
> > +           }
> > +
> 
> Sigh, has the same problem as the old place you put the metrics call.
> 
> Please actually look at the patches I sent and try and absorb what I
> fixed ... I don't see the point in me trying to help if it just gets
> stomped on.

How is "applying part of your patch" stomping on it?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to