aqhome-tool: fixed a bug.
This commit is contained in:
@@ -235,7 +235,7 @@ int _read8BitValues(const GWEN_STRINGLIST *sl, double *pDouble)
|
||||
return rv;
|
||||
}
|
||||
result<<=8;
|
||||
result=(((uint32_t) v) & 0xff);
|
||||
result+=(((uint32_t) v) & 0xff);
|
||||
}
|
||||
se=GWEN_StringListEntry_Next(se);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user