Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Initialize more variables
Baptiste Daroussin committed 12 years ago
commit 4f76dd0caf8a3a07e862f9b620372d7996413b7c
parent 98f6908
1 file changed +1 -1
modified libpkg/pkg_solve.c
@@ -402,7 +402,7 @@ pkg_solve_add_pkg_rule(struct pkg_jobs *j, struct pkg_solve_problem *problem,
	struct pkg_conflict *conflict, *ctmp;
	struct pkg *pkg;
	struct pkg_solve_rule *rule;
-
	struct pkg_solve_item *it;
+
	struct pkg_solve_item *it = NULL;
	struct pkg_solve_variable *var, *tvar, *cur_var;

	const char *origin;