mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-14 08:15:03 -05:00
fix a bug about VTOY_DEFAULT_IMAGE in treeview mode issue #555
This commit is contained in:
parent
78ab7a0759
commit
062c71b972
@ -1784,8 +1784,6 @@ static int ventoy_set_default_menu(void)
|
|||||||
pos = def + 1;
|
pos = def + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
pos = def + 1;
|
|
||||||
|
|
||||||
while ((end = grub_strchr(pos, '/')) != NULL)
|
while ((end = grub_strchr(pos, '/')) != NULL)
|
||||||
{
|
{
|
||||||
*end = 0;
|
*end = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user