libpkgconf: client: set the default output object in client init

Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
This commit is contained in:
Ariadne Conill 2025-12-23 14:10:48 -08:00
parent 5951b644bb
commit 82e66bf096

View File

@ -151,6 +151,8 @@ pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error
trace_path_list(client, "filtered library paths", &client->filter_libdirs);
trace_path_list(client, "filtered include paths", &client->filter_includedirs);
client->output = pkgconf_output_default();
}
/*