diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c index 92360a005..7133e5c99 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -617,7 +617,7 @@ static NOINLINE void display_process_list(int lines_rem, int scr_width) | |||
617 | #endif | 617 | #endif |
618 | ); | 618 | ); |
619 | if ((int)(col + 1) < scr_width) | 619 | if ((int)(col + 1) < scr_width) |
620 | read_cmdline(line_buf + col, scr_width - col - 1, s->pid, s->comm); | 620 | read_cmdline(line_buf + col, scr_width - col, s->pid, s->comm); |
621 | fputs(line_buf, stdout); | 621 | fputs(line_buf, stdout); |
622 | /* printf(" %d/%d %lld/%lld", s->pcpu, total_pcpu, | 622 | /* printf(" %d/%d %lld/%lld", s->pcpu, total_pcpu, |
623 | cur_jif.busy - prev_jif.busy, cur_jif.total - prev_jif.total); */ | 623 | cur_jif.busy - prev_jif.busy, cur_jif.total - prev_jif.total); */ |