Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Do not put a \0 over the first useful char.
jlaffaye committed 14 years ago
commit c3dcbe563ed0d85f3d8a08d5ba079f62314866fe
parent 581716aa083c9b305c8523c9da5d11c276ed5243
1 file changed +0 -2
modified libpkg/pkg_ports.c
@@ -110,8 +110,6 @@ ports_parse_plist(struct pkg *pkg, char *plist)
						while (isspace(buf[0]))
							buf++;

-
						buf[0] = '\0';
-

						for (j = strlen(buf) - 1; j > 0 && isspace(buf[j]); j--)
							buf[j] = '\0';