mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 16:00:16 +01: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:
parent
644e05562e
commit
2925db6616
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue