Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix usage of getline
Baptiste Daroussin committed 12 years ago
commit da3686b283437cc1d85703be20e2be90ac44d119
parent e05a4a3
1 file changed +1 -1
modified libpkg/fetch.c
@@ -265,7 +265,7 @@ static int
start_ssh(struct pkg_repo *repo, struct url *u, off_t *sz)
{
	char *line = NULL;
-
	ssize_t linecap = 0;
+
	size_t linecap = 0;
	size_t linelen;
	struct sbuf *cmd = NULL;
	const char *errstr;