merge multiterm gfxmenu+multiterm

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-27 22:38:22 +01:00
commit 7f1f423cda
4 changed files with 11 additions and 10 deletions

View file

@ -167,7 +167,7 @@ read_terminal_list (void)
return;
}
filename = grub_malloc (grub_strlen (prefix) + sizeof ("/crypto.lst"));
filename = grub_malloc (grub_strlen (prefix) + sizeof ("/terminal.lst"));
if (!filename)
{
grub_errno = GRUB_ERR_NONE;