mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
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>
This commit is contained in:
committed by
Eric Anholt
parent
644e05562e
commit
2925db6616
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user