mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
skin_engine: Fix %if() when comparing against a negative number.
If the tag being checked returns a negative number (e.g. %LI does that when the current list item does not have an icon) the tag's value would always end up being 1. Change-Id: I69ab175b6c46dd7567386e649732dbb8327972fc
This commit is contained in:
parent
befae2909f
commit
278e7457ea
2 changed files with 2 additions and 1 deletions
|
|
@ -699,6 +699,7 @@ Michael Rey
|
|||
Yuxuan Shui
|
||||
James Buren
|
||||
Issa Beganović
|
||||
Georg Gadinger
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue