swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Problem in drawer.c


From: Matthias Kramm
Subject: Re: [Swftools-common] Problem in drawer.c
Date: Wed, 8 Jun 2005 18:41:07 +0200
User-agent: Mutt/1.5.6i

On Tue, Jun 07, 2005 at 08:40:11AM -0700, Keith Trummel wrote:
>      double r2 = 0.70710678118654757*r;
> ...
>      r = atoi(getToken(&p));
> ...
> Note that in the assignment of r2, the variable r is used before it as
> been assigned a value.  I assume that line should be moved to
> immediately after the assignement of r. 

Fixed. Thanks for spotting/reporting that.
The definition of r2 probably got moved up with some gcc 2.95.x fix.

Greetings

Matthias






reply via email to

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