Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Revert a local change made for testing.
Matthew Seaman committed 13 years ago
commit 37a5ca1cf32288d434eefd7bcbcbe81b86482ca3
parent bba3943
1 file changed +1 -2
modified libpkg/pkg_repo.c
@@ -605,8 +605,7 @@ pkg_create_repo(char *path, bool force, void (progress)(struct pkg *pkg, void *d
	while ((ent = fts_read(fts)) != NULL) {
		const char *name, *version, *origin, *comment, *desc;
		const char *arch, *maintainer, *www, *prefix;
-
		int64_t flatsize;
-
		lic_t licenselogic;
+
		int64_t flatsize, licenselogic;

		/* skip everything that is not a file */
		if (ent->fts_info != FTS_F)