Pārlūkot izejas kodu

Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
master
Aaron Marcher pirms 6 gadiem
vecāks
revīzija
cbbf59fd3d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      components/netspeeds.c

+ 1
- 1
components/netspeeds.c Parādīt failu

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

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

Notiek ielāde…
Atcelt
Saglabāt