From e7ac08270d6d5e984a84ea60a44d8b9e4256ba4f Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 18 Oct 2006 02:49:00 +0000 Subject: Exchange Received <-> Sent bytes (oops!) --- hardinfo2/arch/linux/common/net.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hardinfo2/arch/linux/common/net.h') diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h index 87e7e59b..3f26d988 100644 --- a/hardinfo2/arch/linux/common/net.h +++ b/hardinfo2/arch/linux/common/net.h @@ -175,8 +175,8 @@ scan_net_interfaces_24(void) "Interface Type=%s\n" "Hardware Address=%02x:%02x:%02x:%02x:%02x:%02x\n" "MTU=%d\n" - "Bytes Sent=%ld (%.2fMiB)\n" - "Bytes Received=%ld (%.2fMiB)\n", + "Bytes Received=%ld (%.2fMiB)\n" + "Bytes Sent=%ld (%.2fMiB)\n", net_get_iface_type(ifacename), ni.mac[0], ni.mac[1], ni.mac[2], ni.mac[3], -- cgit v1.2.3