diff options
author | Steve Bavin <pondlife@pondlife.me> | 2006-10-20 06:49:31 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2006-10-20 06:49:31 +0000 |
commit | e994774bdeb5068e572700fed14c4b84bf3b720a (patch) | |
tree | 43fb8cc9a092c25f15c96847c079ff25389d0254 | |
parent | 2cf14db0c857b3f4889e1505a711a0ce500884f7 (diff) | |
download | rockbox-e994774bdeb5068e572700fed14c4b84bf3b720a.tar.gz rockbox-e994774bdeb5068e572700fed14c4b84bf3b720a.zip |
Fix FS#6107 so ID3 view voices correct numbers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11275 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/tagtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index a360098aee..97339fa13a 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c | |||
@@ -1217,6 +1217,7 @@ int tagtree_load(struct tree_context* c) | |||
1217 | int table = c->currtable; | 1217 | int table = c->currtable; |
1218 | 1218 | ||
1219 | c->dentry_size = sizeof(struct tagentry); | 1219 | c->dentry_size = sizeof(struct tagentry); |
1220 | c->dirsindir = 0; | ||
1220 | 1221 | ||
1221 | if (!table) | 1222 | if (!table) |
1222 | { | 1223 | { |