pixman-image.c: Fix typo in pixman_image_set_transform()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 5 Jan 2012 15:37:51 +0000 (10:37 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 9 Jan 2012 10:40:33 +0000 (05:40 -0500)
commit3e93bba3b04b42c2ab99d828dae12c18f29bcf7d
tree43e5d9fbcdc1dc59cc8fae4f684a13a72f622d89
parentae651e7e739253f79f345f9fcbacad8627da0d85
pixman-image.c: Fix typo in pixman_image_set_transform()

A parenthesis was misplaced so that the size argument to memcmp() was
always 0. The bug is harmless except that the flags might be
unnecessarily recomputed in some cases.

A bug reporting this in Mozilla's fork was discovered here:

    https://bugzilla.mozilla.org/show_bug.cgi?id=710992
pixman/pixman-image.c