浏览代码

Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
master
Aaron Marcher 6 年前
父节点
当前提交
cbbf59fd3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      components/netspeeds.c

+ 1
- 1
components/netspeeds.c 查看文件

@@ -133,7 +133,7 @@
return NULL;
}

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

正在加载...
取消
保存