Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg upgrade would report the change in disk space usage as the sum of the old and new sizes if the package size is smaller for the newer version. Clearly bogus: we always want the difference in package sizes.
Matthew Seaman committed 13 years ago
commit a258b2361b855d7d9f34bcf7e28a20cc536c7600
parent 440d500
1 file changed +0 -1
modified pkg/utils.c
@@ -630,7 +630,6 @@ print_jobs_summary(struct pkg_jobs *jobs, pkg_jobs_t type, const char *msg, ...)
	}

	if (oldsize > newsize) {
-
		newsize *= -1;
		humanize_number(size, sizeof(size), oldsize - newsize, "B", HN_AUTOSCALE, 0);

		switch (type) {