diff options
| author | John Polstra <jdp@FreeBSD.org> | 1996-05-27 23:22:29 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1996-05-27 23:22:29 +0000 |
| commit | 77bd1b2de84d5f0e7e8a99c8ef512385ef10836c (patch) | |
| tree | b09004ab7a5fd1dd3da05ece0a790f885f5abe7d | |
| parent | 0bdfca6fa554b71d68fe5ff958fe0d9fd26047f1 (diff) | |
Notes
| -rw-r--r-- | usr.bin/systat/mbufs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index ac4f73a8af30..28b5cc6c366f 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -120,11 +120,10 @@ showmbufs() while (max--) waddch(wnd, 'X'); waddstr(wnd, buf); - } else { + } else while (max--) waddch(wnd, 'X'); - wclrtoeol(wnd); - } + wclrtoeol(wnd); mb->m_mtypes[index] = 0; } wmove(wnd, 1+j, 0); wclrtobot(wnd); |
