From d8ee1bb133f66e36738f9cc52a8b7ea32070135d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Oct 2013 21:37:53 +0200 Subject: [PATCH] (Filebrowser PS3) Fix crash at startup --- frontend/menu/file_browser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/menu/file_browser.c b/frontend/menu/file_browser.c index 0e0c2115c0..2cf10f1b46 100644 --- a/frontend/menu/file_browser.c +++ b/frontend/menu/file_browser.c @@ -139,7 +139,6 @@ bool filebrowser_iterate(void *data, unsigned action) } break; case RGUI_ACTION_START: - filebrowser_set_root_and_ext(rgui->browser, NULL, default_paths.filesystem_root_dir); #ifdef HAVE_RMENU_XUI filebrowser_fetch_directory_entries(RGUI_ACTION_OK); #endif