Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
check: fix printf format
Yuri Pankov committed 2 years ago
commit f24dff5c2afd5689603c13dd4612262a69181c42
parent b7022ef
1 file changed +1 -1
modified src/check.c
@@ -109,7 +109,7 @@ check_deps(struct pkgdb *db, struct pkg *p, deps_entries *dh, bool noinstall, xs
		}
		pkgdb_it_free(it);
		if (quiet)
-
			pkg_fprintf(out->fp, "%n\tS\n", p, buf);
+
			pkg_fprintf(out->fp, "%n\t%S\n", p, buf);
		else
			pkg_fprintf(out->fp, "%n has a missing requirement: %S\n",
			    p, buf);