TW-1869 segmentation fault (on unusual installation)

- Thanks to Eric Hymowitz.
This commit is contained in:
Paul Beckingham 2017-01-24 19:13:59 -05:00
parent 12486c16cc
commit ae25bd9f2c
2 changed files with 3 additions and 3 deletions

View file

@ -376,9 +376,7 @@ void CLI2::handleArg0 ()
A2 cal ("calendar", Lexer::Type::word);
_args.push_back (cal);
}
else if (basename == "task" ||
basename == "tw" ||
basename == "t")
else
{
_args.push_back (a);
}