diff options
Diffstat (limited to 'apps/tagtree.c')
| -rw-r--r-- | apps/tagtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 575ab22..2a2e2b8 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1288,7 +1288,7 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init) dptr++; current_entry_count++; - if (current_entry_count >= global_settings.max_files_in_dir) + if (current_entry_count >= c->dircache_count) { logf("chunk mode #3: %d", current_entry_count); c->dirfull = true; |