shared/cgroup-show: fix off-by-one in column counting
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 May 2019 22:05:32 +0000 (00:05 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 May 2019 08:57:23 +0000 (10:57 +0200)
commit31c294dc4194f60fb5f8ae517e7f5d3caed69566
treeb5efdebb3cec3c61c96949f8afcfb05de42e9d2f
parent9743846e2342e35ab66671e69753811b638a0161
shared/cgroup-show: fix off-by-one in column counting

We'd get one column too many, and the trailing ellipsis would end up in
the next row.
src/shared/cgroup-show.c