Correct minor spacing problem in output of jobs -l for pipelines.

This commit is contained in:
Tim J. Robbins 2002-06-04 13:01:51 +00:00
parent e5341cbb17
commit 41d09fe083

View File

@ -339,7 +339,7 @@ showjob(struct job *jp, int sformat, int lformat)
if (ps == jp->ps)
fmtstr(s, 64, "[%d] %c ", jobno, c);
else
fmtstr(s, 64, " %c ", c);
fmtstr(s, 64, " %c ", c);
out1str(s);
col = strlen(s);
if (lformat) {