summaryrefslogtreecommitdiff
path: root/glamor/glamor_fbo.c
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@linux.intel.com>2013-11-02 00:08:11 +0800
committerEric Anholt <eric@anholt.net>2013-12-18 11:23:54 -0800
commit2925db6616944c8d1e911caee0637a00e5586576 (patch)
tree9cd6252691a95d2d38ae7fb07a8679422ec1e9b3 /glamor/glamor_fbo.c
parent644e05562e401f192c93964be06c33fe92099089 (diff)
Fixed an incorrect printf format.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69573 Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'glamor/glamor_fbo.c')
-rw-r--r--glamor/glamor_fbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_fbo.c b/glamor/glamor_fbo.c
index a46a740c8..4838a277f 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);