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 ?

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to