Fix for "-b" option.

This commit is contained in:
pdw
2010-01-20 22:40:59 +00:00
parent f36b3ee020
commit 06a6479ca2
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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':