From 2925db6616944c8d1e911caee0637a00e5586576 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Sat, 2 Nov 2013 00:08:11 +0800 Subject: [PATCH] Fixed an incorrect printf format. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69573 Signed-off-by: Zhigang Gong --- glamor/glamor_fbo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glamor/glamor_fbo.c b/glamor/glamor_fbo.c index a46a740..4838a27 100644 --- a/glamor/glamor_fbo.c +++ b/glamor/glamor_fbo.c @@ -212,7 +212,7 @@ glamor_pixmap_ensure_fb(glamor_pixmap_fbo *fbo) break; } - FatalError("destination is framebuffer incomplete: %s [%#x]\n", + FatalError("destination is framebuffer incomplete: %s [%x]\n", str, status); } glamor_put_dispatch(fbo->glamor_priv); -- 2.7.4