diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-11-22 02:10:41 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-11-22 02:10:41 +0000 |
| commit | 6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25 (patch) | |
| tree | a27802f00e881adccfd6026408c2482e4e5dc9fe /apps | |
| parent | 591ef80c9cd3a7a9db0ab59d0d4866cce1c4fd3a (diff) | |
| download | rockbox-6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25.zip rockbox-6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25.tar.gz rockbox-6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25.tar.bz2 rockbox-6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25.tar.xz | |
hopefully fix the sameplrate token
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23690 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/skin_engine/skin_tokens.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c index 9622e12..07c1dbe 100644 --- a/apps/gui/skin_engine/skin_tokens.c +++ b/apps/gui/skin_engine/skin_tokens.c @@ -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 */ |