Use alias->path
This commit is contained in:
parent
b47c575a58
commit
07096a4f27
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ find_rtc (void)
|
||||||
{
|
{
|
||||||
if (grub_strcmp (alias->type, "rtc") == 0)
|
if (grub_strcmp (alias->type, "rtc") == 0)
|
||||||
{
|
{
|
||||||
grub_dprintf ("datetime", "Found RTC %s\n", alias->name);
|
grub_dprintf ("datetime", "Found RTC %s\n", alias->path);
|
||||||
rtc = grub_strdup (alias->name);
|
rtc = grub_strdup (alias->path);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue