mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix #392
This commit is contained in:
parent
170ad4f5db
commit
199d266bc0
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user