From affb159fe2aeba7f69ba368739b658e03b8534fe Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 3 Sep 2016 08:27:58 +0200 Subject: [PATCH] Buildfix --- runloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runloop.c b/runloop.c index be26f05722..82b06d6875 100644 --- a/runloop.c +++ b/runloop.c @@ -1341,7 +1341,7 @@ static void runloop_iterate_linefeed_overlay(settings_t *settings) static int runloop_iterate_time_to_exit_load_dummy(void) { content_ctx_info_t content_info = {0}; - settings_t *settings = NULL; + settings_t *settings = config_get_ptr(); if (!settings->load_dummy_on_core_shutdown) return -1;