aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2005-08-23 22:46:51 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2005-08-23 22:46:51 +0000
commit697cccc2bc1f2008b553d4c332e72ff11f61eeaf (patch)
treec1e1fc379cfba57192f9ea1996d34cac9bb2d4ea /lib
parentmake ipx in 2.6 work (perhaps). (diff)
downloadnet-tools-697cccc2bc1f2008b553d4c332e72ff11f61eeaf.tar.gz
net-tools-697cccc2bc1f2008b553d4c332e72ff11f61eeaf.tar.bz2
net-tools-697cccc2bc1f2008b553d4c332e72ff11f61eeaf.zip
Eric Oberlander reported in Debian Bug#323261 that byte counter unit
should be named "B" not "b".
Diffstat (limited to 'lib')
-rw-r--r--lib/interface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/interface.c b/lib/interface.c
index ee0b04b..be7017e 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.29 2003/06/28 02:03:31 ecki Exp $
+ $Id: interface.c,v 1.30 2005/08/23 22:46:51 ecki Exp $
*/
#include "config.h"
@@ -651,8 +651,8 @@ void ife_print_long(struct interface *ptr)
int hf;
int can_compress = 0;
unsigned long long rx, tx, short_rx, short_tx;
- const char *Rext = "b";
- const char *Text = "b";
+ const char *Rext = "B";
+ const char *Text = "B";
static char flags[200];
#if HAVE_AFIPX