forked from len0rd/rockbox
Bad grammar fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ceba6f863e
commit
92e9b15026
1 changed files with 1 additions and 1 deletions
|
|
@ -1325,7 +1325,7 @@ bool create_playlist(void)
|
||||||
void tree_init(void)
|
void tree_init(void)
|
||||||
{
|
{
|
||||||
/* We copy the settings value in case it is changed by the user. We can't
|
/* We copy the settings value in case it is changed by the user. We can't
|
||||||
use the next reboot. */
|
use it until the next reboot. */
|
||||||
max_files_in_dir = global_settings.max_files_in_dir;
|
max_files_in_dir = global_settings.max_files_in_dir;
|
||||||
name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files_in_dir;
|
name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files_in_dir;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue