Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
master
Aaron Marcher 8 years ago
parent 7f91ce265e
commit cbbf59fd3d

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

Loading…
Cancel
Save