all repos — slstatus @ cbbf59fd3dde3f7cfbdc9807da5f5f42b664cf49

my build of slstatus (tools.suckless.org/slstatus/)

Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
Aaron Marcher me@drkhsh.at
Tue, 22 May 2018 12:21:52 +0200
commit

cbbf59fd3dde3f7cfbdc9807da5f5f42b664cf49

parent

7f91ce265ea456b3096ccba7fdbb890bcf00e225

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M components/netspeeds.ccomponents/netspeeds.c

@@ -133,7 +133,7 @@ if (oldtxbytes == 0) {

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