mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 04:00:37 +00:00
Fix ascii fallback
This commit is contained in:
parent
3c31d9c082
commit
c0420b76b0
@ -154,7 +154,7 @@ ascii_glyph_lookup (grub_uint32_t code)
|
||||
ascii_font_glyph[current]->font = NULL;
|
||||
|
||||
grub_memcpy (ascii_font_glyph[current]->bitmap,
|
||||
&ascii_bitmaps[(0x7f - current) * ASCII_BITMAP_SIZE],
|
||||
&ascii_bitmaps[current * ASCII_BITMAP_SIZE],
|
||||
ASCII_BITMAP_SIZE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user