This commit is contained in:
redPanther 2017-02-09 20:34:26 +01:00 committed by GitHub
parent 170ad4f5db
commit 199d266bc0

View File

@ -189,7 +189,7 @@ int main(int argc, char * argv[])
} }
else if (parser.isSet(argSourceOff)) else if (parser.isSet(argSourceOff))
{ {
connection.setSource(std::numeric_limits<int>::max()); connection.setSource(std::numeric_limits<uint8_t>::max());
} }
else if (parser.isSet(argSource)) else if (parser.isSet(argSource))
{ {