mirror of https://github.com/acidanthera/audk.git
Fix a bug: fail to change Boot Order in Boot Maintenance Manager.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7433 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7c90509158
commit
1360f68ea2
|
@ -526,7 +526,6 @@ UpdateOrderPage (
|
|||
return ;
|
||||
}
|
||||
|
||||
ASSERT (OptionMenu->MenuNumber <= (sizeof (IfrOptionList) / sizeof (IfrOptionList[0])));
|
||||
for (Index = 0; Index < OptionMenu->MenuNumber; Index++) {
|
||||
NewMenuEntry = BOpt_GetMenuEntry (OptionMenu, Index);
|
||||
IfrOptionList[Index].StringToken = NewMenuEntry->DisplayStringToken;
|
||||
|
|
Loading…
Reference in New Issue