aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-04-27 11:42:37 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-04-27 11:42:37 +0000
commit377d007c961ebd576ed9f2217fd54905bcc78fb1 (patch)
tree9232dda37beefce0cfb440afb3b55337069b7ce6 /lib
parentefa3093ea9ba1a1fe452cee9845c496b51b0e720 (diff)
downloadenigma2-377d007c961ebd576ed9f2217fd54905bcc78fb1.tar.gz
enigma2-377d007c961ebd576ed9f2217fd54905bcc78fb1.zip
small fix to properly display cable in satellites (very cool, isn't it? ;))
Diffstat (limited to 'lib')
-rw-r--r--lib/service/iservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index 53abbf1a..fb56175d 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -51,7 +51,7 @@ public:
std::string getPath() { return path; }
void setPath( const std::string &n ) { path=n; }
- int getData(unsigned int num) const
+ unsigned int getData(unsigned int num) const
{
if ( num < sizeof(data)/sizeof(int) )
return data[num];