From Adrien Destugues <pulkomandy@xxxxxxxxx>:
Adrien Destugues has uploaded this change for review. (
https://review.haiku-os.org/c/haiku/+/1693
Change subject: Boot menu: clarify variable usage
......................................................................
Boot menu: clarify variable usage
The video mode hook gets passed a menu and an item, but is actually
interested in the submenu pointed by the item and the items inside that.
Don't reuse the passed parameters and instead declare new local
variables.
---
M src/system/boot/platform/atari_m68k/video.cpp
M src/system/boot/platform/bios_ia32/video.cpp
M src/system/boot/platform/efi/video.cpp
3 files changed, 14 insertions(+), 14 deletions(-)
git pull ssh://git.haiku-os.org:22/haiku refs/changes/93/1693/1
--
To view, visit https://review.haiku-os.org/c/haiku/+/1693
To unsubscribe, or for help writing mail filters, visit
https://review.haiku-os.org/settings
Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: Id17adde552fac2c248afa78380ff299fb21bc968
Gerrit-Change-Number: 1693
Gerrit-PatchSet: 1
Gerrit-Owner: Adrien Destugues <pulkomandy@xxxxxxxxx>
Gerrit-MessageType: newchange