clarify error message a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21599 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
168dc90aa8
commit
7ab33f165c
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ int start_shuffled_play(void)
|
||||||
rb->srand(*rb->current_tick);
|
rb->srand(*rb->current_tick);
|
||||||
if(list->count>(int)max_shuffle_size)
|
if(list->count>(int)max_shuffle_size)
|
||||||
{
|
{
|
||||||
rb->splashf(HZ*2, "Too many files: %d", list->count);
|
rb->splashf(HZ*2, "Too many folders: %d (room for %d)", list->count,(int)max_shuffle_size);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
for(i=0;i<list->count;i++)
|
for(i=0;i<list->count;i++)
|
||||||
|
|
Loading…
Reference in a new issue