From 377d007c961ebd576ed9f2217fd54905bcc78fb1 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 27 Apr 2006 11:42:37 +0000 Subject: [PATCH] small fix to properly display cable in satellites (very cool, isn't it? ;)) --- lib/service/iservice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.30.2