mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdCalendar
- Converted from A3::extract_words to A3t::getWords.
This commit is contained in:
parent
7fdd014c2f
commit
e0254b1b71
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ int CmdCalendar::execute (std::string& output)
|
|||
int argYear = 0;
|
||||
bool argWholeYear = false;
|
||||
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::vector <std::string> words = context.a3t.getWords ();
|
||||
|
||||
std::vector <std::string>::iterator arg;
|
||||
for (arg = words.begin (); arg != words.end (); ++arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue