mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
config: use correct config file path when logging errors and warnings
This commit is contained in:
parent
c40ada903d
commit
4179e480e8
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -1841,7 +1841,7 @@ config_load(struct config *conf, const char *conf_path, bool errors_are_fatal)
|
|||
goto out;
|
||||
}
|
||||
|
||||
ret = parse_config_file(f, conf, conf_path, errors_are_fatal);
|
||||
ret = parse_config_file(f, conf, conf_file.path, errors_are_fatal);
|
||||
fclose(f);
|
||||
|
||||
conf->colors.selection_uses_custom_colors =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue