From: Zhigang Gong Date: Fri, 1 Nov 2013 16:08:11 +0000 (+0800) Subject: Fixed an incorrect printf format. X-Git-Tag: xorg-server-1.15.99.901~61^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2925db6616944c8d1e911caee0637a00e5586576;p=platform%2Fupstream%2Fxorg-server.git Fixed an incorrect printf format. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69573 Signed-off-by: Zhigang Gong --- 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);