forked from len0rd/rockbox
Tiny fix for an unlikely error path.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
68505ba430
commit
9e107b4835
1 changed files with 1 additions and 0 deletions
|
|
@ -536,6 +536,7 @@ static int dircache_do_rebuild(void)
|
||||||
if (pdir == NULL)
|
if (pdir == NULL)
|
||||||
{
|
{
|
||||||
logf("Failed to open rootdir");
|
logf("Failed to open rootdir");
|
||||||
|
dircache_initializing = false;
|
||||||
return -3;
|
return -3;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue