Fixed bug [FS#5466] with a patch provided by Jonathan Gordon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10199 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1cbff57295
commit
f0da404e59
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ static bool dirbrowse(void)
|
|||
break;
|
||||
}
|
||||
/* if we are in /, nothing to do */
|
||||
if (tc.dirlevel == 0)
|
||||
if (tc.dirlevel == 0 && !strcmp(currdir,"/"))
|
||||
break;
|
||||
|
||||
if (id3db)
|
||||
|
|
Loading…
Reference in a new issue