From: Felix Domke Date: Mon, 28 Jan 2008 15:07:22 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~1581 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/2a148e8428ff9c4029e8eb0a5adea5477e9ad3e6?hp=365e3401a77f85c1c6e83d943a14c6b8d4e38185 fix typo --- diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py index 00adc74d..aa3dc9d7 100644 --- a/lib/python/Screens/ServiceInfo.py +++ b/lib/python/Screens/ServiceInfo.py @@ -14,7 +14,7 @@ TYPE_VALUE_DEC = 2 TYPE_VALUE_HEX_DEC = 3 TYPE_SLIDER = 4 -def to_unsinged(x): +def to_unsigned(x): return x & 0xFFFFFFFF def ServiceInfoListEntry(a, b, valueType=TYPE_TEXT, param=4):