summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdw <>2010-01-20 22:40:59 +0000
committerpdw <>2010-01-20 22:40:59 +0000
commit06a6479ca24351d247720880daad6f4d304fc835 (patch)
treeefe0ced2e47f3ff024e1326770ae61ec27acdd6f
parentf36b3ee0206ab1f00cba59789b64fb34b6e92b3a (diff)
downloadiftop-06a6479ca24351d247720880daad6f4d304fc835.zip
Fix for "-b" option.
-rw-r--r--ChangeLog2
-rw-r--r--options.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cd0b76..1f5b5e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@ Unattributed items are by Paul Warren and Chris Lightfoot.
Max Alekseyev <relf@os2.ru> (via Debian)
* Fix for crash on arm.
Joey Hess <joeyh@debian.org> (via Debian)
+* Fixed behaviour of "-b" option.
+ Author: Eric Cooper <ecc@cmu.edu> (via Debian)
0.17 12/02/06
* Display top scale in bytes when measuring in bytes
diff --git a/options.c b/options.c
index 3467946..61b0f36 100644
--- a/options.c
+++ b/options.c
@@ -302,7 +302,7 @@ void options_read_args(int argc, char **argv) {
break;
case 'b':
- config_set_string("show-bars", "true");
+ config_set_string("show-bars", "false");
break;
case 'B':