fix crossfeed tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10440 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f40a1b1c7e
commit
aa6ce70ba2
1 changed files with 2 additions and 0 deletions
|
@ -1088,6 +1088,8 @@ static char* get_tag(struct wps_data* wps_data,
|
|||
case 'd': /* crossfeed */
|
||||
if(global_settings.crossfeed)
|
||||
return "d";
|
||||
else
|
||||
return NULL;
|
||||
case 'f': /* crossfade */
|
||||
*intval = global_settings.crossfade+1;
|
||||
snprintf(buf, buf_size, "%d", global_settings.crossfade);
|
||||
|
|
Loading…
Reference in a new issue