Fix display of cumulative packet counters.
This commit is contained in:
parent
b300f99dfb
commit
58026f72a1
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ static void redraw(void) {
|
|||
attrset(A_DIM);
|
||||
|
||||
if(cumulative)
|
||||
mvprintw(row, 0, "%-16s %10"PRIu64" %10.0f %10"PRIu64" %10.0f",
|
||||
mvprintw(row, 0, "%-16s %10.0f %10.0f %10.0f %10.0f",
|
||||
node->name, node->in_packets * pscale, node->in_bytes * bscale, node->out_packets * pscale, node->out_bytes * bscale);
|
||||
else
|
||||
mvprintw(row, 0, "%-16s %10.0f %10.0f %10.0f %10.0f",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue