From fdbaf9bf63f7005edf7f4799344e54d4834f4930 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 22 Mar 2020 22:18:30 -0500 Subject: [PATCH] Fix segfault in CLI --- cli.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.cpp b/cli.cpp index a00e785c..962f7703 100644 --- a/cli.cpp +++ b/cli.cpp @@ -299,6 +299,7 @@ bool OptionColor(int *currentDev, std::string argument, Options *options) if(ParseColors(argument, currentDevOpts)) { currentDevOpts->hasOption = true; + return true; } else {