Fix segfault in CLI
This commit is contained in:
parent
08a1197b7e
commit
fdbaf9bf63
1 changed files with 1 additions and 0 deletions
1
cli.cpp
1
cli.cpp
|
|
@ -299,6 +299,7 @@ bool OptionColor(int *currentDev, std::string argument, Options *options)
|
||||||
if(ParseColors(argument, currentDevOpts))
|
if(ParseColors(argument, currentDevOpts))
|
||||||
{
|
{
|
||||||
currentDevOpts->hasOption = true;
|
currentDevOpts->hasOption = true;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue