summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui.c b/ui.c
index abaadd2..2165071 100644
--- a/ui.c
+++ b/ui.c
@@ -114,9 +114,9 @@ static int get_bar_length(const long rate) {
if (rate > scale[rateidx].max) {
wantbiggerrate = 1;
if(! rateidx_init) {
- while(rate > scale[rateidx_init++].max) {
- }
- rateidx = rateidx_init;
+ while(rate > scale[rateidx_init++].max) {
+ }
+ rateidx = rateidx_init;
}
}
if(options.log_scale) {