Explorar el Código

Change to fmt_human in netspeeds on OpenBSD

Thanks to Hiltjo
Aaron Marcher hace 7 años
padre
commit
cbbf59fd3d
Se han modificado 1 ficheros con 1 adiciones y 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