Explorar o código

Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
Aaron Marcher %!s(int64=7) %!d(string=hai) anos
pai
achega
cbbf59fd3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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