mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +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;
|
||||
}
|
||||
|
||||
case 'h':
|
||||
|
||||
length = DEFAULT;
|
||||
consumed++;
|
||||
break;
|
||||
|
||||
case 'z':
|
||||
case 'Z':
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user