18 Oct
2015
18 Oct
'15
9:24 a.m.
On 18/10/15 03:02, Pierre Neidhardt wrote:
Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com> --- src/pacman/package.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pacman/package.c b/src/pacman/package.c index 0e4977f..6b86599 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -173,7 +173,7 @@ void dump_pkg_full(alpm_pkg_t *pkg, int extra) printf("%s%s%s %6.2f %s\n", config->colstr.title, _("Compressed Size:"), config->colstr.nocolor, size, label); } else { - // autodetect size for "Installed Size" + /* autodetect size for "Installed Size" */ label = "\0"; }
OK - no idea why a v2 of this was sent...