mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1869 segmentation fault (on unusual installation)
- Thanks to Eric Hymowitz.
This commit is contained in:
parent
12486c16cc
commit
ae25bd9f2c
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue