On Wed, 13 Sep 2006, Robert Millan wrote:
On Wed, Sep 13, 2006 at 08:59:07PM +0100, Reuben Thomas wrote:
I've found and fixed this bug in zile 2.2.21 (out imminently).
Nice :)
It was
only 64-bit specific because of a(n un)lucky combination of
circumstances; basically, I was assuming an int was positive, but it
didn't matter on 32-bit machines because the only negative value it ever
took was -1, which == UINT_MAX on 32-bit machines, which happened to be
the value I wanted in this case. Oops.
Isn't -1 always == UINT_MAX ?
Not (int)-1. Important detail missing.
--
http://rrt.sc3d.org/ | canonize, v. to sanctify a dead sinner (Bierce)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]