Use size_t for new_selection as done everywhere else
This commit is contained in:
parent
b5a4a0da79
commit
5710a7f6e5
|
@ -8004,8 +8004,7 @@ static enum menu_action ozone_parse_menu_entry_action(
|
||||||
enum menu_action action)
|
enum menu_action action)
|
||||||
{
|
{
|
||||||
uintptr_t tag;
|
uintptr_t tag;
|
||||||
int new_selection;
|
size_t new_selection, selection;
|
||||||
size_t selection;
|
|
||||||
size_t selection_total;
|
size_t selection_total;
|
||||||
bool is_current_entry_settings = false;
|
bool is_current_entry_settings = false;
|
||||||
struct menu_state *menu_st = menu_state_get_ptr();
|
struct menu_state *menu_st = menu_state_get_ptr();
|
||||||
|
|
Loading…
Reference in New Issue