Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove an unused assignment
Baptiste Daroussin committed 10 years ago
commit 9dff5f400f799871bd851439d62598153cc2eab2
parent 7b4c05c
1 file changed +1 -1
modified src/audit.c
@@ -97,7 +97,7 @@ print_recursive_rdeps(kh_pkgs_t *head, struct pkg *p, struct sbuf *sb,
		if (k == kh_end(seen)) {
			h = kh_get_pkgs(head, name);
			if (h != kh_end(head)) {
-
				k = kh_put_pkgs(seen, name, &ret);
+
				kh_put_pkgs(seen, name, &ret);
				if (!top)
					sbuf_cat(sb, ", ");