Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
OK, pkg_attr == 0 is special and indicates the end of a stdargs arg list. According to the manual that's not even guarranteed behaviour...
Matthew Seaman committed 12 years ago
commit 0f5f149874500cadd9b3be1a4d3996a95d4ad4f5
parent 20c1df8
1 file changed +1 -1
modified libpkg/pkg.h.in
@@ -196,7 +196,7 @@ typedef enum {
 * Used by pkg_get() and pkg_set()
 */
typedef enum {
-
	PKG_ORIGIN = 0U,
+
	PKG_ORIGIN = 1U,
	PKG_NAME,
	PKG_VERSION,
	PKG_COMMENT,