From a9d801a5fca5b4254bb0685415204ee32d750ed8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 13 Jul 2016 01:54:43 +0200 Subject: [PATCH] Should fix subdir issues --- menu/cbs/menu_cbs_ok.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 87302f164c..e480aeb5eb 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -79,17 +79,6 @@ static void cb_net_generic_subdir(void *task_data, void *user_data, const char * subdir_path[data->len] = '\0'; finish: - if (!err && !strstr(subdir_path, file_path_str(FILE_PATH_INDEX_DIRS_URL))) - { - char parent_dir[PATH_MAX_LENGTH] = {0}; - - fill_pathname_parent_dir(parent_dir, - state->path, sizeof(parent_dir)); - - generic_action_ok_displaylist_push(parent_dir, NULL, - subdir_path, 0, 0, 0, ACTION_OK_DL_CORE_CONTENT_DIRS_SUBDIR_LIST); - } - if (err) RARCH_ERR("%s: %s\n", msg_hash_to_str(MSG_DOWNLOAD_FAILED), err);