mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 04:54:18 +02:00
Fix building by explicitly casting const out in config.c (#155)
This commit is contained in:
parent
ecaea4131b
commit
a99c18b7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ void config_load(const char *cfg_path)
|
|||
config.sections = sections;
|
||||
config.sections_len = sections_len;
|
||||
|
||||
configator(&config, cfg_path);
|
||||
configator(&config, (char *) cfg_path);
|
||||
}
|
||||
|
||||
void lang_defaults()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue