diff options
Diffstat (limited to 'test/read_conf.cxx')
-rw-r--r-- | test/read_conf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_conf.cxx b/test/read_conf.cxx index cb3cb207e..fdf93a40d 100644 --- a/test/read_conf.cxx +++ b/test/read_conf.cxx @@ -47,7 +47,7 @@ int main(int argc, char **argv) ConfigOption option = ParseConfigOptionName(name); const char *value = option != ConfigOption::MAX - ? config_get_string(option, nullptr) + ? config_get_string(option) : nullptr; int ret; if (value != NULL) { |