1
0
Fork 0
forked from len0rd/rockbox

Disable loading dircache from disk to avoid FS#12590.

A proper fix would of course be better, but this at least avoids the
crash.

Change-Id: Idae499c7efc8bb683912716e25620f163c1687d4
This commit is contained in:
Frank Gevaerts 2012-03-21 21:34:44 +01:00
parent 71039a928f
commit ab07950c8d

View file

@ -215,7 +215,7 @@ static int init_dircache(bool preinit)
if (!global_settings.dircache)
return 0;
# ifdef HAVE_EEPROM_SETTINGS
# if 0
if (firmware_settings.initialized && firmware_settings.disk_clean
&& preinit)
{