Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg2ng: Fix stray %s(), pkg_emit_errno() does not accept format/va_args
Bryan Drewery committed 12 years ago
commit f9f9beba3bd54b9671d7d7df02e327ad3f6c550d
parent 5570996
1 file changed +1 -1
modified libpkg/pkg_ports.c
@@ -924,7 +924,7 @@ ports_parse_plist(struct pkg *pkg, const char *plist, const char *stage)
	buf = NULL;

	if ((plist_f = fopen(plist, "r")) == NULL) {
-
		pkg_emit_errno("Unable to open plist file: %s", plist);
+
		pkg_emit_error("Unable to open plist file: %s", plist);
		return (EPKG_FATAL);
	}