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:
parent
ffee0b5e94
commit
c2ff646b78
2 changed files with 13 additions and 13 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue