1
0
Fork 0
forked from len0rd/rockbox

[FixYellow] skin_tokens.c add a preprocessor directive that actually works

Change-Id: I4345093be1d953e80f0043f6edd361517f74069b
This commit is contained in:
William Wilgus 2024-12-25 01:40:53 -05:00
parent 4fe6ce91ec
commit b44f8f3723

View file

@ -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;