1
0
Fork 0
forked from len0rd/rockbox

hopefully fix the sameplrate token

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23690 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-11-22 02:10:41 +00:00
parent 591ef80c9c
commit 6c3c8a866c

View file

@ -1016,7 +1016,6 @@ const char *get_token_value(struct gui_wps *gwps,
*intval = 12;
break;)
}
*intval = rec_freq+1;
}
snprintf(buf, buf_size, "%d.%1d", samprk/1000,samprk%1000);
#else /* HWCODEC */