Use size_t for new_selection as done everywhere else

This commit is contained in:
pstef 2025-04-10 15:48:16 +00:00
parent b5a4a0da79
commit 5710a7f6e5
1 changed files with 1 additions and 2 deletions

View File

@ -8004,8 +8004,7 @@ static enum menu_action ozone_parse_menu_entry_action(
enum menu_action action)
{
uintptr_t tag;
int new_selection;
size_t selection;
size_t new_selection, selection;
size_t selection_total;
bool is_current_entry_settings = false;
struct menu_state *menu_st = menu_state_get_ptr();