Fix segfault in CLI

This commit is contained in:
Adam Honse 2020-03-22 22:18:30 -05:00
parent 08a1197b7e
commit fdbaf9bf63

View file

@ -299,6 +299,7 @@ bool OptionColor(int *currentDev, std::string argument, Options *options)
if(ParseColors(argument, currentDevOpts))
{
currentDevOpts->hasOption = true;
return true;
}
else
{