summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@linux.intel.com>2013-11-02 00:08:11 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-11-02 00:08:11 +0800
commit1957b7d713e5408f397412d4beb1317c84ded7ce (patch)
treed5341f84640c19cc4ffb2c5f1260e119a08af977
parent7b8d184bc268ad70b89d2940d6cc7bb517b250b6 (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>
-rw-r--r--src/glamor_fbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glamor_fbo.c b/src/glamor_fbo.c
index a46a740..4838a27 100644
--- a/src/glamor_fbo.c
+++ b/src/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);