From 06a6479ca24351d247720880daad6f4d304fc835 Mon Sep 17 00:00:00 2001 From: pdw <> Date: Wed, 20 Jan 2010 22:40:59 +0000 Subject: [PATCH] Fix for "-b" option. --- ChangeLog | 2 ++ options.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 (via Debian) * Fix for crash on arm. Joey Hess (via Debian) +* Fixed behaviour of "-b" option. + Author: Eric Cooper (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':