mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-22 07:58:34 +01:00
Minor fix
This commit is contained in:
parent
37b1549f79
commit
2f94ff15af
@ -75,7 +75,7 @@ static int get_config_file(char *buf, size_t len)
|
||||
static int config(int prevs)
|
||||
{
|
||||
char config_file[FILENAME_MAX];
|
||||
get_config_file(config_file, LEN(config_file));
|
||||
ERRCHK_RET_OK(get_config_file(config_file, LEN(config_file)));
|
||||
|
||||
ERRCHK_RET_OK(config_load(&parser, prevs ? previews : NULL, config_file));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user