small fix to properly display cable in satellites (very cool, isn't it? ;))
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 27 Apr 2006 11:42:37 +0000 (11:42 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 27 Apr 2006 11:42:37 +0000 (11:42 +0000)
lib/service/iservice.h

index 53abbf1..fb56175 100644 (file)
@@ -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];