Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Revert a local change made for testing.
Matthew Seaman committed 13 years ago
commit 37a5ca1cf32288d434eefd7bcbcbe81b86482ca3
parent bba3943a007698d5d6bb833b9b299a59d248bd77
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)