1
0
Fork 0
forked from len0rd/rockbox

Avoid false warnings of full dirs when the number of visible entries in a dir equals the limit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29823 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2011-05-04 18:33:12 +00:00
parent ffee0b5e94
commit c2ff646b78
2 changed files with 13 additions and 13 deletions

View file

@ -390,7 +390,7 @@ static int update_dir(void)
#ifdef HAVE_TAGCACHE
!id3db &&
#endif
(tc.dirfull || tc.filesindir == tc.dircache_count) )
tc.dirfull )
{
splash(HZ, ID2P(LANG_SHOWDIR_BUFFER_FULL));
}