diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-27 11:42:37 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-04-27 11:42:37 +0000 |
| commit | 377d007c961ebd576ed9f2217fd54905bcc78fb1 (patch) | |
| tree | 9232dda37beefce0cfb440afb3b55337069b7ce6 /lib | |
| parent | efa3093ea9ba1a1fe452cee9845c496b51b0e720 (diff) | |
| download | enigma2-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.h | 2 |
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]; |
