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 75caab01d4..0e0536c2fd 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -652,7 +652,7 @@ static void tagtree_buffer_event(void *data)
652 652
653 logf("be:%s", id3->path); 653 logf("be:%s", id3->path);
654 654
655 while (! tagcache_is_usable()) 655 while (! tagcache_is_fully_initialized())
656 yield(); 656 yield();
657 657
658 if (!tagcache_find_index(&tcs, id3->path)) 658 if (!tagcache_find_index(&tcs, id3->path))