From b44f8f3723051754341ff663b31473503a801987 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 25 Dec 2024 01:40:53 -0500 Subject: [PATCH] [FixYellow] skin_tokens.c add a preprocessor directive that actually works Change-Id: I4345093be1d953e80f0043f6edd361517f74069b --- apps/gui/skin_engine/skin_tokens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c index c34a34a991..2351f638c8 100644 --- a/apps/gui/skin_engine/skin_tokens.c +++ b/apps/gui/skin_engine/skin_tokens.c @@ -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;