From ca757d6214b99507ccc4540a2490a3322d22a884 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 31 Jan 2019 15:17:58 +0100 Subject: [PATCH] Warning fix --- menu/cbs/menu_cbs_ok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 5924b66a5f..840831306c 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -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();