Add missing cast in _pixman_edge_multi_init()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 18 Dec 2011 14:54:47 +0000 (09:54 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 9 Jan 2012 10:40:33 +0000 (05:40 -0500)
commitd788f762788c2178970ff0ff2cb6e0097171cc3c
tree258707431fc3e6023b1a80f1363d74bf23aef8d7
parent4f3fe9c9096b2261217c2d4beb7d5eb8e578ed76
Add missing cast in _pixman_edge_multi_init()

nx and e->dy are both 32 bit quantities, so a cast is needed to make
sure their product is 64 bit before subtracting it from a 64 bit
quantity.
pixman/pixman-trap.c