diff options
| -rw-r--r-- | apps/tagtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index a360098..97339fa 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1217,6 +1217,7 @@ int tagtree_load(struct tree_context* c) int table = c->currtable; c->dentry_size = sizeof(struct tagentry); + c->dirsindir = 0; if (!table) { |