From: Phil Blundell Date: Tue, 17 Jul 2001 07:24:36 +0000 (+0000) Subject: doh X-Git-Tag: upstream/1.99_20121209git~226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03f5eac20cdf45217a7c68fa7ee0a2de983868a8;p=platform%2Fupstream%2Fnet-tools.git doh --- diff --git a/lib/interface.c b/lib/interface.c index e77552a..0ab29cd 100644 --- a/lib/interface.c +++ b/lib/interface.c @@ -7,7 +7,7 @@ 8/2000 Andi Kleen make the list operations a bit more efficient. People are crazy enough to use thousands of aliases now. - $Id: interface.c,v 1.15 2001/07/17 07:21:57 pb Exp $ + $Id: interface.c,v 1.16 2001/07/17 07:24:36 pb Exp $ */ #include "config.h" @@ -848,7 +848,7 @@ void ife_print_long(struct interface *ptr) Rext = "MB"; } else if (rx > 1024) { short_rx /= 1024; - Rext = "KB"; + Rext = "kB"; } if (tx > 1048576) { short_tx /= 1048576; @@ -856,7 +856,7 @@ void ife_print_long(struct interface *ptr) } else if (tx > 1024) { short_tx /= 1024; - Text = "KB"; + Text = "kB"; } printf(" ");