summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 438e2f5ff1..61dd12c006 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1389,7 +1389,7 @@ void tree_init(void)
1389 /* We copy the settings value in case it is changed by the user. We can't 1389 /* We copy the settings value in case it is changed by the user. We can't
1390 use it until the next reboot. */ 1390 use it until the next reboot. */
1391 max_files = global_settings.max_files_in_dir; 1391 max_files = global_settings.max_files_in_dir;
1392 1392
1393 /* initialize tree context struct */ 1393 /* initialize tree context struct */
1394 memset(&tc, 0, sizeof(tc)); 1394 memset(&tc, 0, sizeof(tc));
1395 tc.dirfilter = &global_settings.dirfilter; 1395 tc.dirfilter = &global_settings.dirfilter;