ソースを参照

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

読み込み中…
キャンセル
保存