Re: [systemd-devel] [PATCH] systemctl: make LOAD column width dynamic

2013-11-06 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Nov 04, 2013 at 11:01:17PM +0200, Mantas Mikulėnas wrote: > Otherwise 'not-found' overflows into the ACTIVE column. Applied. Zbyszek ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

[systemd-devel] [PATCH] systemctl: make LOAD column width dynamic

2013-11-04 Thread Mantas Mikulėnas
Otherwise 'not-found' overflows into the ACTIVE column. --- src/systemctl/systemctl.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 9f5e273..04699be 100644 --- a/src/systemctl/systemctl.c +++ b/src/system