summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 4673af38cf..fa88a5941b 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -659,7 +659,7 @@ static void tagtree_buffer_event(void *data)
659 659
660 logf("be:%s", id3->path); 660 logf("be:%s", id3->path);
661 661
662 while (! tagcache_is_usable()) 662 while (! tagcache_is_fully_initialized())
663 yield(); 663 yield();
664 664
665 if (!tagcache_find_index(&tcs, id3->path)) 665 if (!tagcache_find_index(&tcs, id3->path))