Преглед изворни кода

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…
Откажи
Сачувај