On Mon, 25 Oct 2010 11:51:46 +0530, Siddhesh Poyarekar 
<[email protected]> wrote:

> -    if (slopes[j].dy * slopes[i].dx > slopes[i].dy * slopes[j].dx)
> +    if ((long long)slopes[j].dy * slopes[i].dx > (long long)slopes[i].dy * 
> slopes[j].dx)

Looks like the fix is in the right place, but I'd prefer int64_t instead of 
'long long' here.

-- 
[email protected]

Attachment: pgp4DhGrbJQDK.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to