forked from len0rd/rockbox
[FixYellow] skin_tokens.c add a preprocessor directive that actually works
Change-Id: I4345093be1d953e80f0043f6edd361517f74069b
This commit is contained in:
parent
4fe6ce91ec
commit
b44f8f3723
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ static const char * NOINLINE try_id3_token(struct wps_token *token, int offset,
|
|||
int numeric_ret = -1;
|
||||
const char *numeric_buf = buf;
|
||||
|
||||
#ifdef sizeof(mp3entry) <= 2048
|
||||
#if ID3V2_BUF_SIZE <= 900
|
||||
struct mp3entry tempid3, *id3;
|
||||
#else
|
||||
static struct mp3entry tempid3, *id3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue