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
|
@ -212,7 +212,7 @@ glamor_pixmap_ensure_fb(glamor_pixmap_fbo *fbo)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
FatalError("destination is framebuffer incomplete: %s [%#x]\n",
|
FatalError("destination is framebuffer incomplete: %s [%x]\n",
|
||||||
str, status);
|
str, status);
|
||||||
}
|
}
|
||||||
glamor_put_dispatch(fbo->glamor_priv);
|
glamor_put_dispatch(fbo->glamor_priv);
|
||||||
|
|
Loading…
Reference in New Issue