1
0
Fork 0
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:
Michael Sevakis 2006-08-27 03:39:55 +00:00
parent 4f1a252aa1
commit d650cc868f

View file

@ -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;
}