From 3e93449b5492a4fc09401c23f8754655b63959b5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 11 Nov 2013 13:15:07 +0000 Subject: [PATCH] intel-virtual-output: Fix format specifiers for Visual DBG Signed-off-by: Chris Wilson --- tools/virtual.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtual.c b/tools/virtual.c index 602b84c..504a68d 100644 --- a/tools/virtual.c +++ b/tools/virtual.c @@ -1467,7 +1467,7 @@ static int record_mouse(struct context *ctx) static int bad_visual(Visual *visual, int depth) { - DBG(("%s? depth=%d, visual: class=%d, bits_per_rgb=%d, red_mask=%08x, green_mask=%08x, blue_mask=%08x\n", + DBG(("%s? depth=%d, visual: class=%d, bits_per_rgb=%d, red_mask=%08lx, green_mask=%08lx, blue_mask=%08lx\n", __func__, depth, visual->class, visual->bits_per_rgb, -- 2.7.4