diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index 97c7557..83be023 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -782,6 +782,8 @@ static bool dirbrowse(void) attr = TREE_ATTR_MPA; tagtree_get_filename(&tc, buf, sizeof(buf)); } + else + attr = ATTR_DIRECTORY; } else { |