forked from len0rd/rockbox
Fixed the error in tagtree.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f1a252aa1
commit
d650cc868f
1 changed files with 1 additions and 1 deletions
|
|
@ -837,7 +837,7 @@ int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
|
|||
|
||||
if (!sort && (sort_inverse || sort_limit))
|
||||
{
|
||||
gui_syncsplash(HZ*4, true, str(LANG_INCREASE_DIR_BUFFER), total_count);
|
||||
gui_syncsplash(HZ*4, true, str(LANG_SHOWDIR_BUFFER_FULL), total_count);
|
||||
logf("Too small dir buffer");
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue