From cb7a3d27e2f036d90a5c359cf850d18ab20c4d5c Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 19 Jan 2005 15:01:31 +0000 Subject: Added a virtual 'Artists,Albums,Songs' root folder in ID3 browser git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5606 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tree.c') 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) /* We copy the settings value in case it is changed by the user. We can't use it until the next reboot. */ max_files = global_settings.max_files_in_dir; - + /* initialize tree context struct */ memset(&tc, 0, sizeof(tc)); tc.dirfilter = &global_settings.dirfilter; -- cgit v1.2.3