Fix typo in bits_image_fetch_solid_64().
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 13 Jul 2009 08:04:59 +0000 (04:04 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 13 Jul 2009 08:04:59 +0000 (04:04 -0400)
Found by blitters-test.

pixman/pixman-bits-image.c

index 977b172..fc0dc84 100644 (file)
@@ -611,7 +611,7 @@ bits_image_fetch_solid_64 (pixman_image_t * image, int x, int y,
     uint64_t *end;
     
     coords[0] = 0;
-    coords[1] = 1;
+    coords[1] = 0;
     
     image->bits.fetch_pixels_raw_64 (&image->bits, color, 1);