forked from len0rd/rockbox
Correctly write EQ enabled settings when saving EQ presets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8662 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
03f8c9704b
commit
21cde9dbb2
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ static bool eq_save_preset(void)
|
|||
}
|
||||
|
||||
/* TODO: Should we really do this? */
|
||||
fdprintf(fd, "eq enabled: yes\r\n");
|
||||
fdprintf(fd, "eq enabled: on\r\n");
|
||||
|
||||
setting = &global_settings.eq_band0_cutoff;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue