mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
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;
|
break;
|
||||||
}
|
}
|
||||||
/* if we are in /, nothing to do */
|
/* if we are in /, nothing to do */
|
||||||
if (tc.dirlevel == 0)
|
if (tc.dirlevel == 0 && !strcmp(currdir,"/"))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (id3db)
|
if (id3db)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue