mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
kdrive: ephyr: don't use %hhu in error messages
The win32/mingw libc doesn't support this conversion type. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
4c5a3a6f58
commit
96b0e59066
@@ -979,9 +979,9 @@ ephyrProcessErrorEvent(xcb_generic_event_t *xev)
|
||||
xcb_generic_error_t *e = (xcb_generic_error_t *)xev;
|
||||
|
||||
FatalError("X11 error\n"
|
||||
"Error code: %hhu\n"
|
||||
"Error code: %hu\n"
|
||||
"Sequence number: %hu\n"
|
||||
"Major code: %hhu\tMinor code: %hu\n"
|
||||
"Major code: %hu\tMinor code: %hu\n"
|
||||
"Error value: %u\n",
|
||||
e->error_code,
|
||||
e->sequence,
|
||||
|
||||
Reference in New Issue
Block a user