diff --git a/font/font.c b/font/font.c index f39bd9e7e..d512ec98f 100644 --- a/font/font.c +++ b/font/font.c @@ -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); }