From: Jim Warner Date: Fri, 28 Sep 2012 21:39:35 +0000 (-0500) Subject: top: swat a bug introduced with recent width refactor X-Git-Tag: v3.3.4~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d58dc6b1e715fb1df22ed67bbeab639f9e5454fb;p=procps-ng top: swat a bug introduced with recent width refactor Signed-off-by: Jim Warner --- diff --git a/top/top.c b/top/top.c index b99c401a..053caf1d 100644 --- a/top/top.c +++ b/top/top.c @@ -3813,6 +3813,7 @@ static const char *task_show (const WIN_t *q, const proc_t *p) { #endif case P_CGR: makeVAR(p->cgroup[0]); + break; case P_CMD: makeVAR(forest_display(q, p)); break; @@ -3962,7 +3963,6 @@ static const char *task_show (const WIN_t *q, const proc_t *p) { break; default: // keep gcc happy continue; - break; } // end: switch 'procflag'