mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
fix: set correct variable name
This commit is contained in:
parent
c1096642e0
commit
f6cb25647b
1 changed files with 1 additions and 1 deletions
|
|
@ -2963,7 +2963,7 @@ void set_default_key_bindings(Config *config) {
|
||||||
|
|
||||||
static char *active_config_path = NULL;
|
static char *active_config_path = NULL;
|
||||||
|
|
||||||
void parse_config(const char *cli_config_file) {
|
void parse_config(const char *cli_config_path) {
|
||||||
|
|
||||||
char filename[1024];
|
char filename[1024];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue