mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 09:38:21 +00:00
Fix cutting bits by implicit conversion to char
This commit is contained in:
parent
fea90138d5
commit
0b335a9797
@ -215,7 +215,7 @@ add_special_keys (struct grub_keyboard_layout *layout)
|
||||
layout->keyboard_map[104] = GRUB_TERM_KEY_RIGHT;
|
||||
}
|
||||
|
||||
static char
|
||||
static unsigned
|
||||
lookup (char *code)
|
||||
{
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user