mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdChart: Fixed wrong type of setting
This commit is contained in:
parent
ad870a3cb3
commit
dc4412302e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ static void determineHourRange (
|
|||
int& first_hour,
|
||||
int& last_hour)
|
||||
{
|
||||
if (rules.getBoolean ("reports." + type + ".hours") == "auto")
|
||||
if (rules.get ("reports." + type + ".hours") == "auto")
|
||||
{
|
||||
// Get the extreme time range for the filtered data.
|
||||
first_hour = 23;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue