Fixed an incorrect printf format.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 1 Nov 2013 16:08:11 +0000 (00:08 +0800)
committerEric Anholt <eric@anholt.net>
Wed, 18 Dec 2013 19:23:54 +0000 (11:23 -0800)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69573

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
glamor/glamor_fbo.c

index a46a740..4838a27 100644 (file)
@@ -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);