kernel: Fix compilation

This commit is contained in:
apio 2023-03-23 21:34:09 +01:00
parent 03adaa356c
commit 95e884db97
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -46,7 +46,7 @@ void ConsoleDevice::did_press_key(char key)
return;
}
g_temp_input.try_append(key).value();
g_temp_input.try_append((u8)key).value();
if (key == '\n')
{