Warning fix
This commit is contained in:
parent
d24408730b
commit
ca757d6214
|
@ -4698,7 +4698,7 @@ static int action_ok_push_dropdown_item_resolution(const char *path,
|
|||
refreshrate = strtoul(pch, NULL, 0);
|
||||
|
||||
if (video_display_server_set_resolution(width, height,
|
||||
refreshrate, (float)refreshrate, 0, NULL))
|
||||
refreshrate, (float)refreshrate, 0, 0))
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
|
|
Loading…
Reference in New Issue