Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix issue #916
Antoine committed 11 years ago
commit 017675b5bb0dff24437bf17526577b3de4990fcd
parent eb07d81
1 file changed +1 -1
modified libpkg/pkg_manifest.c
@@ -745,7 +745,7 @@ pkg_parse_manifest_fileat(int dfd, struct pkg *pkg, const char *file,
	ucl_object_t *obj = NULL;
	int rc;
	char *data;
-
	size_t sz = 0;
+
	off_t sz = 0;

	assert(pkg != NULL);
	assert(file != NULL);