mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdTimesheet
- Converted from A3 to A3t.
This commit is contained in:
parent
91485d444e
commit
42c078d0b7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ int CmdTimesheet::execute (std::string& output)
|
|||
|
||||
// Determine how many reports to run.
|
||||
int quantity = 1;
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
std::vector <std::string> words = context.a3t.getWords ();
|
||||
if (words.size () == 1)
|
||||
quantity = strtol (words[0].c_str (), NULL, 10);;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue