Fixed a bug in SCR deleting

This commit is contained in:
fabio.olimpieri 2014-05-16 15:37:56 +00:00
parent 4c2ab2e636
commit 6729b461c2

View File

@ -1172,7 +1172,7 @@ static int microdrive()
static void delete_scr()
{
const char *filename = menu_select_file(getenv("HOME"), NULL, 0); //Start from Home
const char *filename = menu_select_file(load_path_scr1, NULL, 0); //Delete in the load dir
if (filename==NULL) // Aborted
return;