summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
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 44c4b92883..a9e6a6e840 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -390,7 +390,7 @@ static int update_dir(void)
390#ifdef HAVE_TAGCACHE 390#ifdef HAVE_TAGCACHE
391 !id3db && 391 !id3db &&
392#endif 392#endif
393 (tc.dirfull || tc.filesindir == tc.dircache_count) ) 393 tc.dirfull )
394 { 394 {
395 splash(HZ, ID2P(LANG_SHOWDIR_BUFFER_FULL)); 395 splash(HZ, ID2P(LANG_SHOWDIR_BUFFER_FULL));
396 } 396 }