Author dhopwood
Recipients
Date 2006-08-26.23:24:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=634468

The correct patch is the one that uses

if (y == -1 && x < 0 && (unsigned long)x == -(unsigned long)x)

The one that uses (unsigned int)x will break some 64-bit
platforms where int != long.
History
Date User Action Args
2007-08-23 14:42:17adminlinkissue1545668 messages
2007-08-23 14:42:17admincreate