mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
parent
0cbd99710b
commit
c0a7c7bf0d
1 changed files with 3 additions and 0 deletions
3
config.c
3
config.c
|
|
@ -2639,6 +2639,9 @@ parse_config_file(FILE *f, struct config *conf, const char *path, bool errors_ar
|
||||||
|
|
||||||
if (!section_parser(ctx))
|
if (!section_parser(ctx))
|
||||||
error_or_continue();
|
error_or_continue();
|
||||||
|
|
||||||
|
/* For next iteration of getline() */
|
||||||
|
errno = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (errno != 0) {
|
if (errno != 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue