From ead42c27e3a8af8497623b682236b87165e06e26 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Jun 2010 23:09:01 -0400 Subject: Added a missing break statement This broke the meaning of -p "this month". --- src/times.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/times.cc') diff --git a/src/times.cc b/src/times.cc index a9768f4f..2610b44d 100644 --- a/src/times.cc +++ b/src/times.cc @@ -862,6 +862,7 @@ date_interval_t date_parser_t::parse() break; } } + break; } case lexer_t::token_t::TOK_TODAY: -- cgit v1.2.3