Hello Jonty!

On Thursday 18 September 2008 Jon wrote:
> I think line src/direnum.c:561 should change from:
>
>   sts->name=names[i] + this->strings;
>
> to:
>
>   sts->name=this->strings + names[i];
...
> I think it generates bad
> code when the source expression is int+char*.
Yes, you're right.
It's a bit cleaner that way.

Fixed in r1882.
Thank you!


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to