diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-06 14:11:50 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-06-06 16:43:24 +0100 |
commit | 0da5cc23b18d4e2473a3b6a571fb49d08bb1dd2d (patch) | |
tree | 49a6a356fa6221cd2c0dac254cd14c191f13626b /src/sna/sna_video_textured.c | |
parent | 2770655371954413c750b030c9a7135baee302d4 (diff) |
sna: Fix format specifier for mismatching int/long in DBG
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_video_textured.c')
-rw-r--r-- | src/sna/sna_video_textured.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_video_textured.c b/src/sna/sna_video_textured.c index 47f4e5d5..70f1f6e0 100644 --- a/src/sna/sna_video_textured.c +++ b/src/sna/sna_video_textured.c @@ -192,7 +192,7 @@ sna_video_textured_put_image(ClientPtr client, drw_x, drw_y, drw_w, drw_h, format->id, width, height, sync)); - DBG(("%s: region %d:(%d, %d), (%d, %d)\n", __FUNCTION__, + DBG(("%s: region %ld:(%d, %d), (%d, %d)\n", __FUNCTION__, RegionNumRects(&clip), clip.extents.x1, clip.extents.y1, clip.extents.x2, clip.extents.y2)); |