Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
unconstify the yaml
Baptiste Daroussin committed 3 years ago
commit 9575f81b48f517b6664537fe19d170b2fd419abb
parent 209a0919fa8c711566785e6b243fdf2656dbfb32
1 file changed +1 -1
modified libpkg/pkg_config.c
@@ -790,7 +790,7 @@ walk_repo_obj(const ucl_object_t *obj, const char *file, pkg_init_flags flags)
	ucl_object_iter_t it = NULL;
	struct pkg_repo *r;
	const char *key;
-
	const char *yaml;
+
	char *yaml;

	while ((cur = ucl_iterate_object(obj, &it, true))) {
		key = ucl_object_key(cur);