Changed input boot sequence to allow for finer control
This commit is contained in:
parent
f56d18a22b
commit
30beda61ce
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace Mist {
|
||||||
|
|
||||||
int inputFolder::boot(int argc, char * argv[]){
|
int inputFolder::boot(int argc, char * argv[]){
|
||||||
if (!config->parseArgs(argc, argv)){return 1;}
|
if (!config->parseArgs(argc, argv)){return 1;}
|
||||||
if (config->getBool("json")){return run();}
|
if (config->getBool("json")){return Input::boot(argc,argv);}
|
||||||
|
|
||||||
streamName = config->getString("streamname");
|
streamName = config->getString("streamname");
|
||||||
if (streamName.find_first_of("+ ") == std::string::npos){
|
if (streamName.find_first_of("+ ") == std::string::npos){
|
||||||
|
|
Loading…
Add table
Reference in a new issue