diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-01-28 15:07:22 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-01-28 15:07:22 +0000 |
| commit | 2a148e8428ff9c4029e8eb0a5adea5477e9ad3e6 (patch) | |
| tree | 36fe406c2f7ec062c9fa14c4e5fe011237fe1c13 /lib/python | |
| parent | 365e3401a77f85c1c6e83d943a14c6b8d4e38185 (diff) | |
| download | enigma2-2a148e8428ff9c4029e8eb0a5adea5477e9ad3e6.tar.gz enigma2-2a148e8428ff9c4029e8eb0a5adea5477e9ad3e6.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ServiceInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
