diff --git a/VERSION b/VERSION index bd2e69cc..b0e9657b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-196-gce9b94e93d+1 \ No newline at end of file +a12-197-g51ca08719e+1 \ No newline at end of file diff --git a/common/src/option.c b/common/src/option.c index c00633ee..fe344ff0 100644 --- a/common/src/option.c +++ b/common/src/option.c @@ -301,7 +301,7 @@ bool option_parse(int argc, char * argv[]) { if (o->type == OPTION_TYPE_BOOL) { - option_set(o, "yes"); + o->value.x_bool = !o->value.x_bool; continue; } else if (o->type != OPTION_TYPE_CUSTOM)