瀏覽代碼

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

Loading…
取消
儲存