diff options
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h index 7275c9a..104d6c4 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -84,7 +84,7 @@ struct tree_context { * contains all files and dirs in the current * dir (with filters applied) */ void* dircache; - int dircache_size; + int dircache_count; /* Number of entries in dircache */ char* name_buffer; int name_buffer_size; int dentry_size; |