mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 06:26:15 +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;
|
layout->keyboard_map[104] = GRUB_TERM_KEY_RIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
static char
|
static unsigned
|
||||||
lookup (char *code)
|
lookup (char *code)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user