Fix ETA display when rate and/or rate_min are specified
authoraggieNick02 <nick@pcpartpicker.com>
Mon, 14 Feb 2022 21:13:50 +0000 (15:13 -0600)
committeraggieNick02 <nick@pcpartpicker.com>
Tue, 15 Feb 2022 17:45:13 +0000 (11:45 -0600)
commit21cab03cc713bd14bcab60849b72f70a75329a2e
tree1716226f08b9688cabbbdd29a22e85c5e6175176
parenta1db4528a59a99c5e2aa66091c505fb60e3a70ca
Fix ETA display when rate and/or rate_min are specified

The base passed to num2str in the ETA display code passed the wrong
base (0 instead of 1). Additionally, je->sig_figs was never set and
defaulted to 0. Both of these caused the desired range in the ETA code
to always display 0-0 when rate or rate_min was specified.

Signed-off-by: Nick Neumann nick@pcpartpicker.com
eta.c