Skip to content

Commit f6cd946

Browse files
Merge pull request #17811 from pstef/new_selection-int
2 parents d3b2c08 + b9bee80 commit f6cd946

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

menu/drivers/ozone.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8004,7 +8004,8 @@ static enum menu_action ozone_parse_menu_entry_action(
80048004
enum menu_action action)
80058005
{
80068006
uintptr_t tag;
8007-
size_t new_selection, selection;
8007+
int new_selection;
8008+
size_t selection;
80088009
size_t selection_total;
80098010
bool is_current_entry_settings = false;
80108011
struct menu_state *menu_st = menu_state_get_ptr();

0 commit comments

Comments
 (0)