Fixed my stupid mistake when I tried to restore the tree_exit behaviour
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10598 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c4a59a290b
commit
400ab9f8ee
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ static bool dirbrowse(void)
|
|||
break;
|
||||
}
|
||||
/* if we are in /, nothing to do */
|
||||
if (tc.dirlevel != 0 || strcmp(currdir,"/"))
|
||||
if (tc.dirlevel == 0 && !strcmp(currdir,"/"))
|
||||
break;
|
||||
|
||||
if (id3db)
|
||||
|
|
Loading…
Reference in a new issue