Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
This commit is contained in:
Aaron Marcher 2018-05-22 12:21:52 +02:00
parent 7f91ce265e
commit cbbf59fd3d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
return NULL;
}
return fmt_human_2((txbytes - oldtxbytes) * 1000 / interval,
return fmt_human((txbytes - oldtxbytes) * 1000 / interval,
1024);
}
#endif