Commit a565bfba authored by Sebastian Woelke's avatar Sebastian Woelke

Fix reset of flags in config file

parent 229f4935
......@@ -324,7 +324,7 @@ message::cli_arg::cli_arg(std::string nstr, std::string tstr, bool& arg)
: name(std::move(nstr)),
text(std::move(tstr)),
flag(&arg) {
arg = false;
// nop
}
message::cli_arg::cli_arg(std::string nstr, std::string tstr, consumer f)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment