Added a missing break statement
This broke the meaning of -p "this month".
This commit is contained in:
parent
93c80afe96
commit
ead42c27e3
1 changed files with 1 additions and 0 deletions
|
|
@ -862,6 +862,7 @@ date_interval_t date_parser_t::parse()
|
|||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case lexer_t::token_t::TOK_TODAY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue