fix for non-default unsigned char

This commit is contained in:
john30
2015-02-25 21:59:13 +01:00
parent f4f2bbe2a6
commit 382f7e175d
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ result_t Message::prepareSlave(SymbolString& slaveData)
result_t Message::decode(const PartType partType, SymbolString& data,
ostringstream& output, bool leadingSeparator,
bool verbose, const char* fieldName, char fieldIndex,
bool verbose, const char* fieldName, signed char fieldIndex,
char separator)
{
unsigned char offset;