diff options
Diffstat (limited to 'minecctl')
-rw-r--r-- | minecctl/minecctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/minecctl.c b/minecctl/minecctl.c index 1dc2a85..acee3b1 100644 --- a/minecctl/minecctl.c +++ b/minecctl/minecctl.c @@ -235,7 +235,7 @@ parse_config(char *buf, const char *filename, struct cfg_value value; if (!config_parse_line(filename, &buf, scfg_key_map, - &key, &keyname, &value)) + &key, &keyname, &value, false)) break; switch (key) { |