|
|
@ -188,8 +188,8 @@ bool read_config(FILE *file, bool is_active) {
|
|
|
|
while (!feof(file)) {
|
|
|
|
while (!feof(file)) {
|
|
|
|
int _;
|
|
|
|
int _;
|
|
|
|
char *line = read_line(file);
|
|
|
|
char *line = read_line(file);
|
|
|
|
line = strip_whitespace(line, &_);
|
|
|
|
|
|
|
|
line = strip_comments(line);
|
|
|
|
line = strip_comments(line);
|
|
|
|
|
|
|
|
line = strip_whitespace(line, &_);
|
|
|
|
if (!line[0]) {
|
|
|
|
if (!line[0]) {
|
|
|
|
goto _continue;
|
|
|
|
goto _continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|