From: Stefan Pluecken Date: Thu, 27 Apr 2006 11:42:37 +0000 (+0000) Subject: small fix to properly display cable in satellites (very cool, isn't it? ;)) X-Git-Tag: 2.6.0~3547 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/377d007c961ebd576ed9f2217fd54905bcc78fb1 small fix to properly display cable in satellites (very cool, isn't it? ;)) --- 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];