diff --git a/VERSION b/VERSION index 575386f0..f8d8eba7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-102-g4d0f019ad5+1 \ No newline at end of file +B1-103-gf9d919bdbb+1 \ No newline at end of file diff --git a/common/src/option.c b/common/src/option.c index 39314a28..5e03e9d8 100644 --- a/common/src/option.c +++ b/common/src/option.c @@ -382,6 +382,7 @@ bool option_load(const char * filename) { if (comment && c != '\n') continue; + comment = false; switch(c) { @@ -729,4 +730,4 @@ bool option_get_bool(const char * module, const char * name) } assert(o->type == OPTION_TYPE_BOOL); return o->value.x_bool; -} \ No newline at end of file +}