From 627278a0cb84bca7751e97f13d9c235abac678f0 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 14:30:33 -0400 Subject: pom_settings --- tests/errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/errors.c') diff --git a/tests/errors.c b/tests/errors.c index 2bcf14c..d1dec96 100644 --- a/tests/errors.c +++ b/tests/errors.c @@ -21,7 +21,7 @@ void test_errors(const char *test_dir) { char *conf_path = malloc(strlen(errors_dir) + strlen(name) + 30); sprintf(conf_path, "%s/errors/%s", test_dir, name); pom_error *error; - pom_conf *conf = pom_load_path(conf_path, &error); + pom_conf *conf = pom_load_path(NULL, conf_path, &error); if (error) { free(error); free(conf_path); -- cgit v1.2.3