summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2005-01-19 15:01:31 +0000
committerBjörn Stenberg <bjorn@haxx.se>2005-01-19 15:01:31 +0000
commitcb7a3d27e2f036d90a5c359cf850d18ab20c4d5c (patch)
tree960b89a3a300dc83a67796120677a9902291cb8a /apps/tree.c
parentf44a519119df2a48e9edf562c7736a4c2fee9e63 (diff)
downloadrockbox-cb7a3d27e2f036d90a5c359cf850d18ab20c4d5c.tar.gz
rockbox-cb7a3d27e2f036d90a5c359cf850d18ab20c4d5c.zip
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
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;