From 2a148e8428ff9c4029e8eb0a5adea5477e9ad3e6 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 28 Jan 2008 15:07:22 +0000 Subject: [PATCH] fix typo --- lib/python/Screens/ServiceInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2