kernel: Fix compilation
This commit is contained in:
parent
03adaa356c
commit
95e884db97
@ -46,7 +46,7 @@ void ConsoleDevice::did_press_key(char key)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_temp_input.try_append(key).value();
|
g_temp_input.try_append((u8)key).value();
|
||||||
|
|
||||||
if (key == '\n')
|
if (key == '\n')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user