From 36106dd90a01e73712679c5d33fdd2962533702f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 1 Jun 2016 05:58:22 +0200 Subject: [PATCH] C89_BUILD fix --- tasks/task_content.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/task_content.c b/tasks/task_content.c index 23168b20dc..ce92f9390f 100644 --- a/tasks/task_content.c +++ b/tasks/task_content.c @@ -1362,14 +1362,13 @@ static bool init_content_file_set_attribs( } else { + char *fullpath = NULL; settings_t *settings = config_get_ptr(); attr.i = system->info.block_extract; attr.i |= system->info.need_fullpath << 1; attr.i |= (!content_does_not_need_content()) << 2; - char *fullpath = NULL; - if (!runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath) && content_does_not_need_content() && settings->set_supports_no_game_enable)