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:
Miika Pekkarinen 2006-07-12 06:01:29 +00:00
parent 1cbff57295
commit f0da404e59

View file

@ -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)