Revert gratuituos change of alias.name

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-14 20:03:19 +01:00
parent a1cb3e3811
commit a3334e79e8
2 changed files with 4 additions and 18 deletions

View file

@ -59,8 +59,8 @@ find_display (void)
{
if (grub_strcmp (alias->type, "display") == 0)
{
grub_dprintf ("video", "Found display %s\n", alias->name);
display = grub_strdup (alias->name);
grub_dprintf ("video", "Found display %s\n", alias->path);
display = grub_strdup (alias->path);
return 1;
}
return 0;