mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
Fix building by explicitly casting const out in config.c (#155)
This commit is contained in:
committed by
cylgom
parent
c98bd74a8e
commit
e4afa78d14
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user