diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-07-04 22:10:42 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-07-04 22:10:42 +0000 |
| commit | d6ab723584a34efc0d9bf8baa2582b77ca5ab18c (patch) | |
| tree | 0a06ccd72689ecdf31b891b1a8f980124d1ee41d /apps/tree.c | |
| parent | afe0941ae5ae8f5e69d7b3935db1b168da8c14fd (diff) | |
| download | rockbox-d6ab723584a34efc0d9bf8baa2582b77ca5ab18c.zip rockbox-d6ab723584a34efc0d9bf8baa2582b77ca5ab18c.tar.gz rockbox-d6ab723584a34efc0d9bf8baa2582b77ca5ab18c.tar.bz2 rockbox-d6ab723584a34efc0d9bf8baa2582b77ca5ab18c.tar.xz | |
moved rundb_init back to main, it has to be inited after audio_init, also, it has nothing to do with tree (though tagdb does have to do with tree)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7014 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 8a2e661..b2d4638 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1476,7 +1476,6 @@ void tree_init(void) tc.dirfilter = &global_settings.dirfilter; tagdb_init(); - rundb_init(); tc.name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files; tc.name_buffer = buffer_alloc(tc.name_buffer_size); |