summaryrefslogtreecommitdiff
path: root/docs/CREDITS
diff options
context:
space:
mode:
authorGeorg Gadinger <nilsding@nilsding.org>2021-01-23 16:39:23 +0100
committerGeorg Gadinger <nilsding@nilsding.org>2021-01-27 18:21:31 +0100
commit278e7457ea88ea7dd8765d586d4f45315c3f546d (patch)
treef91ec73b7b61f6fb17786fbfa8a83105b5fc0a37 /docs/CREDITS
parentbefae2909f56ff81278e73e963a707537057459f (diff)
downloadrockbox-278e7457ea88ea7dd8765d586d4f45315c3f546d.tar.gz
rockbox-278e7457ea88ea7dd8765d586d4f45315c3f546d.zip
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
Diffstat (limited to 'docs/CREDITS')
-rw-r--r--docs/CREDITS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index 24de5498a8..b1a9675f8f 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -699,6 +699,7 @@ Michael Rey
699Yuxuan Shui 699Yuxuan Shui
700James Buren 700James Buren
701Issa Beganović 701Issa Beganović
702Georg Gadinger
702 703
703The libmad team 704The libmad team
704The wavpack team 705The wavpack team