Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge pull request #88 from gahr/master
Julien Laffaye committed 14 years ago
commit 3268256fb2c194048fd321a2a348d913c0027965
parent dbadb61
1 file changed +1 -1
modified libpkg/pkg_delete.c
@@ -87,7 +87,7 @@ int
pkg_delete_files(struct pkg *pkg, int force)
{
	struct pkg_file *file = NULL;
-
	char sha256[SHA224_DIGEST_LENGTH * 2 + 1];
+
	char sha256[SHA256_DIGEST_LENGTH * 2 + 1];
	const char *path;

	while (pkg_files(pkg, &file) == EPKG_OK) {