mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 09:21:49 +00:00
lx_kit: handle %hu specifier in console
Prevent '<warning unsupported format specifier>' when encountering '%hu'. Issue #4455.
This commit is contained in:
parent
ffea0bf857
commit
4b43b5c1c1
@ -105,6 +105,12 @@ class Lx_kit::Format_command
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'h':
|
||||||
|
|
||||||
|
length = DEFAULT;
|
||||||
|
consumed++;
|
||||||
|
break;
|
||||||
|
|
||||||
case 'z':
|
case 'z':
|
||||||
case 'Z':
|
case 'Z':
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user