diff options
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index e2541c2..36450b4 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -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) |