Fix display of cumulative packet counters.

This commit is contained in:
Guus Sliepen 2012-12-06 16:57:57 +01:00
parent b300f99dfb
commit 58026f72a1
2 changed files with 2 additions and 2 deletions

View file

@ -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",